added message to external checkin call

This commit is contained in:
Mohamed Nouffer
2023-09-15 17:56:15 +05:30
parent f760294a39
commit 63a86d75d6
2 changed files with 4 additions and 1 deletions

View File

@ -154,6 +154,9 @@ class ExternalService {
print('----checkin res _res : $_res ----'); print('----checkin res _res : $_res ----');
} }
} }
else{
Get.snackbar("エラーがおきました", "サーバーに更新できませんでした");
}
} }
} }
else{ else{

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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# 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
version: 1.0.19+19 version: 1.0.20+20
environment: environment:
sdk: '>=3.1.0 <4.0.0' sdk: '>=3.1.0 <4.0.0'