File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.2
2
+ - Update connectivity_plus package to ^6.0.3
3
+ - Update easy_localization package to ^3.0.7
4
+
1
5
## 2.0.1
2
6
3
7
- Extend delimiters for csv loader
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class SmartNetworkAssetLoader extends AssetLoader {
66
66
67
67
Future <bool > isInternetConnectionAvailable () async {
68
68
final connectivityResult = await Connectivity ().checkConnectivity ();
69
- if (connectivityResult == ConnectivityResult .none) {
69
+ if (connectivityResult. contains ( ConnectivityResult .none) ) {
70
70
return false ;
71
71
} else {
72
72
try {
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ description: Easy Localization Loader custom assets loaders for easy_localizatio
4
4
homepage : https://github.com/aissat/easy_localization_loader
5
5
issue_tracker : https://github.com/aissat/easy_localization_loader/issues
6
6
7
- version : 2.0.1
7
+ version : 2.0.2
8
8
9
9
environment :
10
10
sdk : ' >=2.12.0 <4.0.0'
11
11
12
12
dependencies :
13
- connectivity_plus : ^5 .0.1
13
+ connectivity_plus : ^6 .0.3
14
14
csv : ^6.0.0
15
- easy_localization : ^3.0.3
15
+ easy_localization : ^3.0.7
16
16
flutter : { sdk: flutter }
17
17
http : ^1.1.0
18
18
path_provider : ^2.1.1
You can’t perform that action at this time.
0 commit comments