David PHAM-VAN

Update dependencies

... ... @@ -10,14 +10,14 @@ environment:
dependencies:
archive: ^3.1.0
barcode: ">=2.2.0 <=3.0.0"
barcode: ">=2.2.0 <3.0.0"
crypto: ^3.0.0
image: ">=3.0.1 <=4.0.0"
meta: ^1.7.0
path_parsing: ">=0.2.0 <=2.0.0"
image: ">=3.0.1 <4.0.0"
meta: ">=1.3.0 <2.0.0"
path_parsing: ">=0.2.0 <2.0.0"
vector_math: ^2.1.0
xml: ">=5.1.0 <=6.0.0"
xml: ">=5.1.0 <6.0.0"
dev_dependencies:
flutter_lints: ^1.0.4
test: ">=1.16.0 <=2.0.0"
test: ">=1.16.0 <2.0.0"
... ...
... ... @@ -19,9 +19,9 @@ dependencies:
flutter_web_plugins:
sdk: flutter
http: ^0.13.0
image: ">=3.0.1 <=4.0.0"
image: ">=3.0.1 <4.0.0"
js: ^0.6.3
meta: ^1.7.0
meta: ">=1.3.0 <2.0.0"
pdf: ^3.7.0
plugin_platform_interface: ^2.0.0
... ...