David PHAM-VAN

Update Pdf dependency

# Changelog
## 2.1.3
- Update Pdf dependency
## 2.1.2
- Update Flutter and Dart dependency
... ...
... ... @@ -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: 2.1.2
version: 2.1.3
environment:
sdk: ">=2.1.0 <3.0.0"
... ... @@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pdf: "^1.3.4"
pdf: "^1.3.14"
dev_dependencies:
flutter_test:
... ...