TF-1487 Upgrade latest dependencies version

(cherry picked from commit 2ba54a168494f772174b196e3a7b5e4173abcdd9)
This commit is contained in:
dab246
2023-02-23 22:15:30 +07:00
committed by Dat Vu
parent 44cc33ddaf
commit bbcaaa549d
14 changed files with 1180 additions and 951 deletions
@@ -23,7 +23,7 @@ class RemoteExceptionThrower extends ExceptionThrower {
if (error is DioError) {
switch (error.type) {
case DioErrorType.connectTimeout:
case DioErrorType.connectionTimeout:
throw const ConnectError();
default:
if (error.response?.statusCode == 502) {