David PHAM-VAN

Update Pdf dependency

1 # Changelog 1 # Changelog
2 2
  3 +## 2.1.3
  4 +
  5 +- Update Pdf dependency
  6 +
3 ## 2.1.2 7 ## 2.1.2
4 8
5 - Update Flutter and Dart dependency 9 - Update Flutter and Dart dependency
@@ -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: 2.1.2 7 +version: 2.1.3
8 8
9 environment: 9 environment:
10 sdk: ">=2.1.0 <3.0.0" 10 sdk: ">=2.1.0 <3.0.0"
@@ -13,7 +13,7 @@ environment: @@ -13,7 +13,7 @@ environment:
13 dependencies: 13 dependencies:
14 flutter: 14 flutter:
15 sdk: flutter 15 sdk: flutter
16 - pdf: "^1.3.4" 16 + pdf: "^1.3.14"
17 17
18 dev_dependencies: 18 dev_dependencies:
19 flutter_test: 19 flutter_test: