Add some padding

This commit is contained in:
Hanh 2022-12-10 14:00:30 +08:00
parent 16807c8dc5
commit c68fe8e2a0
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ class PaymentURIState extends State<PaymentURIPage> {
data: qrText,
size: qrSize,
backgroundColor: Colors.white)),
Padding(padding: EdgeInsets.all(4)),
Text(qrText, style: t.textTheme.labelSmall),
Padding(padding: EdgeInsets.all(4)),
Row(mainAxisAlignment: MainAxisAlignment.center,

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.17+315
version: 1.2.17+316
environment:
sdk: ">=2.12.0 <3.0.0"