Merge branch 'main' of https://gitea.71dev.com/manasit/Neo_wallet
# Conflicts: # neowallet_mobile/.flutter-plugins-dependencies
This commit is contained in:
@@ -395,7 +395,7 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
|
|||||||
screenshotController.capture(delay: Duration(milliseconds: 10)).then((capturedImage) async {
|
screenshotController.capture(delay: Duration(milliseconds: 10)).then((capturedImage) async {
|
||||||
String fileName = "neopay_${DateTime.now().millisecondsSinceEpoch}.jpg";
|
String fileName = "neopay_${DateTime.now().millisecondsSinceEpoch}.jpg";
|
||||||
SaverGallery.saveImage(capturedImage!, fileName: fileName, skipIfExists: false);
|
SaverGallery.saveImage(capturedImage!, fileName: fileName, skipIfExists: false);
|
||||||
Utils.showAlertDialog(context, "บันทึกสำเร็จ");
|
// Utils.showAlertDialog(context, "บันทึกสำเร็จ");
|
||||||
}).catchError((onError) {
|
}).catchError((onError) {
|
||||||
print(onError);
|
print(onError);
|
||||||
});
|
});
|
||||||
@@ -419,7 +419,7 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 106,
|
width: 206,
|
||||||
height: 32,
|
height: 32,
|
||||||
child: Text(
|
child: Text(
|
||||||
"บันทึกและปิด".tr(),
|
"บันทึกและปิด".tr(),
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.0.4+2
|
version: 1.0.4+3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.19.3 <3.0.0'
|
sdk: '>=2.19.3 <3.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user