commit before push
parent
b1ea70b9ab
commit
fe88c5d656
|
@ -182,7 +182,7 @@ class BuildInformation extends StatelessWidget {
|
||||||
return QRFullScreenImage(uuid: uuid);
|
return QRFullScreenImage(uuid: uuid);
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
child: QrImage(
|
child: QrImageView(
|
||||||
data: uuid!,
|
data: uuid!,
|
||||||
size: blockSizeVertical * 24,
|
size: blockSizeVertical * 24,
|
||||||
),
|
),
|
||||||
|
|
|
@ -16,7 +16,7 @@ class QRFullScreenImage extends StatelessWidget {
|
||||||
title: const Text("Profile QR Code"),
|
title: const Text("Profile QR Code"),
|
||||||
),
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: QrImage(data: uuid, size: blockSizeVertical * 50),
|
child: QrImageView(data: uuid, size: blockSizeVertical * 50),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue