Skip to content

Commit 88e7118

Browse files
committed
add app logo to center of QR code
1 parent e56dd12 commit 88e7118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/screens/receive/widgets/qr_image.dart

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class QrImage extends StatelessWidget {
2828
foregroundColor: foregroundColor,
2929
backgroundColor: backgroundColor,
3030
padding: const EdgeInsets.all(8.0),
31+
embeddedImage: const AssetImage('assets/images/app_logo.png'),
3132
);
3233
}
3334
}

0 commit comments

Comments
 (0)