Showing
4 changed files
with
5 additions
and
5 deletions
| @@ -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" |
| @@ -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: |
-
Please register or login to post a comment