Support Flutter 3.22.2

Support Flutter 3.22.2
This commit is contained in:
Binance3980
2024-07-01 15:26:49 +08:00
parent c91ea3ab5c
commit 64cf920b59
101 changed files with 260 additions and 1951 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ class ErrorInterceptor extends Interceptor {
DioHttpException appException = DioHttpException.create(err);
// 错误提示
print('DioError===: ${appException.toString()}');
err.error = appException;
// err.error = appException;
super.onError(err, handler);
}
}