Compare commits
3 Commits
4797a476eb
...
62c7cc2179
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62c7cc2179 | ||
|
|
c69f7651d8 | ||
|
|
e2fb044931 |
File diff suppressed because one or more lines are too long
@@ -399,6 +399,8 @@ class _PayQrDialogV2State extends State<PayQrDialogV2> {
|
|||||||
}).catchError((onError) {
|
}).catchError((onError) {
|
||||||
print(onError);
|
print(onError);
|
||||||
});
|
});
|
||||||
|
Navigator.popUntil(
|
||||||
|
context, ModalRoute.withName('/HomePage'));
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: EdgeInsets.only(top: 20, bottom: 20),
|
margin: EdgeInsets.only(top: 20, bottom: 20),
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
|||||||
|
|
||||||
var param = jsonEncode(<dynamic, dynamic>{
|
var param = jsonEncode(<dynamic, dynamic>{
|
||||||
"id": "",
|
"id": "",
|
||||||
"requestUserID": profile!.id,
|
"requestUserID":"",
|
||||||
"invoiceId": "",
|
"invoiceId": "",
|
||||||
"referencE1": "",
|
"referencE1": "",
|
||||||
"referencE2": "",
|
"referencE2": "",
|
||||||
@@ -146,7 +146,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"From ${transactions.phoneNumber}" ?? "",
|
"From ${transactions.payerName}" ?? "",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Color(0xff65676b),
|
color: Color(0xff65676b),
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
|||||||
@@ -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+1
|
version: 1.0.4+2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.19.3 <3.0.0'
|
sdk: '>=2.19.3 <3.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user