PatientID QR image added

development_v3.3
haroon amjad 2 years ago
parent 96d5c3ce1d
commit 9a102be7c7

@ -157,6 +157,10 @@ class _AppDrawerState extends State<AppDrawer> {
height: 1, height: 1,
), ),
), ),
mHeight(20.0),
(user != null && projectProvider.isLogin)
? Image.network("https://api.qrserver.com/v1/create-qr-code/?size=250x250&data=${user.patientID.toString()}", fit: BoxFit.fill, height: 73.5, width: 73.5)
: Container(),
], ],
), ),
), ),

Loading…
Cancel
Save