David PHAM-VAN

Update package version

1 # Changelog 1 # Changelog
2 2
3 -## 3.0.0-nullsafety.2 3 +## 3.0.0
4 4
5 - Fix Checkbox Widget 5 - Fix Checkbox Widget
6 - Fix SVG colors with percent 6 - Fix SVG colors with percent
@@ -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: 3.0.0-nullsafety.2 7 +version: 3.0.0
8 8
9 environment: 9 environment:
10 sdk: ">=2.12.0-0 <3.0.0" 10 sdk: ">=2.12.0-0 <3.0.0"
1 # Changelog 1 # Changelog
2 2
3 -## 5.0.0-nullsafety.2 3 +## 5.0.0
4 4
5 - Add imageFromAssetBundle and networkImage 5 - Add imageFromAssetBundle and networkImage
6 - Add Page orientation on PdfPreview 6 - Add Page orientation on PdfPreview
@@ -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: 5.0.0-nullsafety.2 7 +version: 5.0.0
8 8
9 environment: 9 environment:
10 sdk: ">=2.12.0-0 <3.0.0" 10 sdk: ">=2.12.0-0 <3.0.0"
@@ -19,7 +19,7 @@ dependencies: @@ -19,7 +19,7 @@ dependencies:
19 image: ^3.0.0-nullsafety 19 image: ^3.0.0-nullsafety
20 js: ^0.6.3-nullsafety 20 js: ^0.6.3-nullsafety
21 meta: ^1.3.0-nullsafety 21 meta: ^1.3.0-nullsafety
22 - pdf: ^3.0.0-nullsafety 22 + pdf: ^3.0.0
23 plugin_platform_interface: ^1.1.0-nullsafety 23 plugin_platform_interface: ^1.1.0-nullsafety
24 24
25 dev_dependencies: 25 dev_dependencies: