David PHAM-VAN

Add meta and image dependencies

1 # Changelog 1 # Changelog
2 2
  3 +## 3.2.1
  4 +
  5 +- Add meta and image dependencies
  6 +
3 ## 3.2.0 7 ## 3.2.0
4 8
5 - Update README 9 - Update README
@@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to @@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to
4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 4 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
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: 3.2.0 7 +version: 3.2.1
8 8
9 environment: 9 environment:
10 sdk: ">=2.3.0 <3.0.0" 10 sdk: ">=2.3.0 <3.0.0"
@@ -17,6 +17,8 @@ dependencies: @@ -17,6 +17,8 @@ dependencies:
17 sdk: flutter 17 sdk: flutter
18 pdf: ^1.6.0 18 pdf: ^1.6.0
19 plugin_platform_interface: ^1.0.2 19 plugin_platform_interface: ^1.0.2
  20 + meta: ^1.1.5
  21 + image: ^2.1.4
20 22
21 dev_dependencies: 23 dev_dependencies:
22 flutter_test: 24 flutter_test: