We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b6907 commit 0469058Copy full SHA for 0469058
pubspec.yaml
@@ -4,22 +4,22 @@ description: Easy Localization Loader custom assets loaders for easy_localizatio
4
homepage: https://github.com/aissat/easy_localization_loader
5
issue_tracker: https://github.com/aissat/easy_localization_loader/issues
6
7
-version: 1.0.0
+version: 1.0.1+1
8
9
environment:
10
sdk: '>=2.12.0-0 <3.0.0'
11
12
dependencies:
13
- http: ^0.13.1
14
- csv: ^5.0.0
15
- yaml: ^3.1.0
16
- xml: ^6.0.1
+ http: ^0.13.5
+ csv: ^5.0.1
+ yaml: ^3.1.1
+ xml: ^6.1.0
17
flutter:
18
sdk: flutter
19
- connectivity_plus: ^2.0.2
20
- path_provider: ^2.0.6
+ connectivity_plus: ^2.3.7
+ path_provider: ^2.0.11
21
22
dev_dependencies:
23
- pedantic: ^1.11.0
24
- test: ^1.19.2
+ pedantic: ^1.11.1
+ test: ^1.21.6
25
0 commit comments