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 a977333 commit 9718958Copy full SHA for 9718958
pubspec.yaml
@@ -11,15 +11,15 @@ environment:
11
sdk: '>=3.0.0 <4.0.0'
12
13
dependencies:
14
- equatable: ^2.0.5
+ equatable: ">=2.0.5 <3.0.0"
15
json_annotation: ^4.8.1
16
- vector_math: ^2.1.4
17
- collection: ^1.17.1
+ vector_math: ">=2.1.4 <3.0.0"
+ collection: ">=1.17.0 <2.0.0"
18
19
dev_dependencies:
20
build_runner: ^2.4.4
21
flutter_lints: ^2.0.1
22
- json_serializable: ^6.6.2
+ json_serializable: ^6.7.0
23
lints: ^2.1.0
24
25
scripts: scripts.yaml
0 commit comments