Add some padding
This commit is contained in:
parent
16807c8dc5
commit
c68fe8e2a0
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue