Skip to content

Commit 19cf5b4

Browse files
authoredNov 20, 2022
Update pubspec.yaml
1 parent 56ffb50 commit 19cf5b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎pubspec.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ version: 1.0.0+1
77

88
environment:
99
sdk: '>=2.12.3 <3.0.0'
10-
flutter: ">=3.0.0"
10+
flutter: ">=2.2.0"
1111

1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
json_serializable: ^6.5.4
16-
json_annotation: ^4.7.0
17-
rxdart: ^0.27.7
18-
shared_preferences: ^2.0.15
19-
uuid: ^3.0.7
15+
json_serializable: ^4.1.1
16+
json_annotation: ^4.0.1
17+
rxdart: ^0.26.0
18+
shared_preferences: ^2.0.5
19+
uuid: ^3.0.4
2020
flutter_simple_dependency_injection: ^2.0.0
2121

2222
dev_dependencies:
@@ -25,7 +25,7 @@ dev_dependencies:
2525
integration_test:
2626
sdk: flutter
2727
build_runner:
28-
flutter_gherkin: 3.0.0-rc.17
28+
flutter_gherkin: 3.0.0-rc.2
2929

3030
flutter:
3131

0 commit comments

Comments
 (0)
Please sign in to comment.