David PHAM-VAN

Update BarcodeWidget

1 # Changelog 1 # Changelog
2 2
  3 +## 1.9.1
  4 +
  5 +- Fix dependency to Image
  6 +
3 ## 1.9.0 7 ## 1.9.0
4 8
5 - Allow MultiPage to relayout individual pages with support for flex 9 - Allow MultiPage to relayout individual pages with support for flex
@@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl @@ -4,7 +4,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf 4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
5 repository: https://github.com/DavBfr/dart_pdf 5 repository: https://github.com/DavBfr/dart_pdf
6 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 6 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
7 -version: 1.9.0 7 +version: 1.9.1
8 8
9 environment: 9 environment:
10 sdk: ">=2.3.0 <3.0.0" 10 sdk: ">=2.3.0 <3.0.0"
@@ -15,8 +15,8 @@ dependencies: @@ -15,8 +15,8 @@ dependencies:
15 utf: ^0.9.0 15 utf: ^0.9.0
16 crypto: ^2.0.6 16 crypto: ^2.0.6
17 archive: ^2.0.10 17 archive: ^2.0.10
18 - barcode: ^1.9.0  
19 - image: ^2.1.4 18 + barcode: ^1.14.0
  19 + image: ^2.1.10
20 path_parsing: ^0.1.4 20 path_parsing: ^0.1.4
21 21
22 dev_dependencies: 22 dev_dependencies: