Skip to content

Commit 2e421c3

Browse files
authored
chore: ⬆️ upgrade flutter sdk and dependencies (#72)
1 parent 2a8a337 commit 2e421c3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pubspec.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ issue_tracker: https://github.com/aissat/easy_localization_loader/issues
77
version: 2.0.2
88

99
environment:
10-
sdk: '>=2.12.0 <4.0.0'
10+
sdk: '>=3.4.0 <4.0.0'
1111

1212
dependencies:
13+
flutter:
14+
sdk: flutter
1315
connectivity_plus: ^6.0.3
1416
csv: ^6.0.0
1517
easy_localization: ^3.0.7
16-
flutter: { sdk: flutter }
17-
http: ^1.1.0
18-
path_provider: ^2.1.1
19-
xml: ^6.1.0
20-
yaml: ^3.1.1
18+
http: ^1.2.2
19+
path_provider: ^2.1.3
20+
xml: ^6.5.0
21+
yaml: ^3.1.2
2122

2223
dev_dependencies:
23-
pedantic: ^1.11.1
24-
test: ^1.21.6
24+
lints: ^4.0.0
25+
test: ^1.25.2

0 commit comments

Comments
 (0)