We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ffb50 commit 19cf5b4Copy full SHA for 19cf5b4
pubspec.yaml
@@ -7,16 +7,16 @@ version: 1.0.0+1
7
8
environment:
9
sdk: '>=2.12.3 <3.0.0'
10
- flutter: ">=3.0.0"
+ flutter: ">=2.2.0"
11
12
dependencies:
13
flutter:
14
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
+ json_serializable: ^4.1.1
+ json_annotation: ^4.0.1
+ rxdart: ^0.26.0
+ shared_preferences: ^2.0.5
+ uuid: ^3.0.4
20
flutter_simple_dependency_injection: ^2.0.0
21
22
dev_dependencies:
@@ -25,7 +25,7 @@ dev_dependencies:
25
integration_test:
26
27
build_runner:
28
- flutter_gherkin: 3.0.0-rc.17
+ flutter_gherkin: 3.0.0-rc.2
29
30
31
0 commit comments