David PHAM-VAN

Add meta and image dependencies

# Changelog
## 3.2.1
- Add meta and image dependencies
## 3.2.0
- Update README
... ...
... ... @@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to
homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 3.2.0
version: 3.2.1
environment:
sdk: ">=2.3.0 <3.0.0"
... ... @@ -17,6 +17,8 @@ dependencies:
sdk: flutter
pdf: ^1.6.0
plugin_platform_interface: ^1.0.2
meta: ^1.1.5
image: ^2.1.4
dev_dependencies:
flutter_test:
... ...