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+
15## 2.0.1
26
37- Extend delimiters for csv loader
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class SmartNetworkAssetLoader extends AssetLoader {
6666
6767 Future <bool > isInternetConnectionAvailable () async {
6868 final connectivityResult = await Connectivity ().checkConnectivity ();
69- if (connectivityResult == ConnectivityResult .none) {
69+ if (connectivityResult. contains ( ConnectivityResult .none) ) {
7070 return false ;
7171 } else {
7272 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
44homepage : https://github.com/aissat/easy_localization_loader
55issue_tracker : https://github.com/aissat/easy_localization_loader/issues
66
7- version : 2.0.1
7+ version : 2.0.2
88
99environment :
1010 sdk : ' >=2.12.0 <4.0.0'
1111
1212dependencies :
13- connectivity_plus : ^5 .0.1
13+ connectivity_plus : ^6 .0.3
1414 csv : ^6.0.0
15- easy_localization : ^3.0.3
15+ easy_localization : ^3.0.7
1616 flutter : { sdk: flutter }
1717 http : ^1.1.0
1818 path_provider : ^2.1.1
You can’t perform that action at this time.
0 commit comments