We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8a337 commit 2e421c3Copy full SHA for 2e421c3
pubspec.yaml
@@ -7,18 +7,19 @@ issue_tracker: https://github.com/aissat/easy_localization_loader/issues
7
version: 2.0.2
8
9
environment:
10
- sdk: '>=2.12.0 <4.0.0'
+ sdk: '>=3.4.0 <4.0.0'
11
12
dependencies:
13
+ flutter:
14
+ sdk: flutter
15
connectivity_plus: ^6.0.3
16
csv: ^6.0.0
17
easy_localization: ^3.0.7
- flutter: { sdk: flutter }
- http: ^1.1.0
18
- path_provider: ^2.1.1
19
- xml: ^6.1.0
20
- yaml: ^3.1.1
+ http: ^1.2.2
+ path_provider: ^2.1.3
+ xml: ^6.5.0
21
+ yaml: ^3.1.2
22
23
dev_dependencies:
- pedantic: ^1.11.1
24
- test: ^1.21.6
+ lints: ^4.0.0
25
+ test: ^1.25.2
0 commit comments