Showing
2 changed files
with
8 additions
and
8 deletions
| @@ -10,14 +10,14 @@ environment: | @@ -10,14 +10,14 @@ environment: | ||
| 10 | 10 | ||
| 11 | dependencies: | 11 | dependencies: |
| 12 | archive: ^3.1.0 | 12 | archive: ^3.1.0 |
| 13 | - barcode: ">=2.2.0 <=3.0.0" | 13 | + barcode: ">=2.2.0 <3.0.0" |
| 14 | crypto: ^3.0.0 | 14 | crypto: ^3.0.0 |
| 15 | - image: ">=3.0.1 <=4.0.0" | ||
| 16 | - meta: ^1.7.0 | ||
| 17 | - path_parsing: ">=0.2.0 <=2.0.0" | 15 | + image: ">=3.0.1 <4.0.0" |
| 16 | + meta: ">=1.3.0 <2.0.0" | ||
| 17 | + path_parsing: ">=0.2.0 <2.0.0" | ||
| 18 | vector_math: ^2.1.0 | 18 | vector_math: ^2.1.0 |
| 19 | - xml: ">=5.1.0 <=6.0.0" | 19 | + xml: ">=5.1.0 <6.0.0" |
| 20 | 20 | ||
| 21 | dev_dependencies: | 21 | dev_dependencies: |
| 22 | flutter_lints: ^1.0.4 | 22 | flutter_lints: ^1.0.4 |
| 23 | - test: ">=1.16.0 <=2.0.0" | 23 | + test: ">=1.16.0 <2.0.0" |
| @@ -19,9 +19,9 @@ dependencies: | @@ -19,9 +19,9 @@ dependencies: | ||
| 19 | flutter_web_plugins: | 19 | flutter_web_plugins: |
| 20 | sdk: flutter | 20 | sdk: flutter |
| 21 | http: ^0.13.0 | 21 | http: ^0.13.0 |
| 22 | - image: ">=3.0.1 <=4.0.0" | 22 | + image: ">=3.0.1 <4.0.0" |
| 23 | js: ^0.6.3 | 23 | js: ^0.6.3 |
| 24 | - meta: ^1.7.0 | 24 | + meta: ">=1.3.0 <2.0.0" |
| 25 | pdf: ^3.7.0 | 25 | pdf: ^3.7.0 |
| 26 | plugin_platform_interface: ^2.0.0 | 26 | plugin_platform_interface: ^2.0.0 |
| 27 | 27 |
-
Please register or login to post a comment