Committed by
David PHAM-VAN
Update pubspec.yaml
The use of the outdated plugin_platform_interface package is causing inconsistencies with some packages, for example, geolocator and firebase_storage. I suggested some updates above.
Showing
1 changed file
with
6 additions
and
6 deletions
@@ -7,23 +7,23 @@ description: > | @@ -7,23 +7,23 @@ description: > | ||
7 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 7 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
8 | repository: https://github.com/DavBfr/dart_pdf | 8 | repository: https://github.com/DavBfr/dart_pdf |
9 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 9 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
10 | -version: 5.0.0 | 10 | +version: 5.0.1 |
11 | 11 | ||
12 | environment: | 12 | environment: |
13 | sdk: ">=2.12.0-0 <3.0.0" | 13 | sdk: ">=2.12.0-0 <3.0.0" |
14 | flutter: ">=1.16.0" | 14 | flutter: ">=1.16.0" |
15 | 15 | ||
16 | dependencies: | 16 | dependencies: |
17 | - ffi: ">=0.3.1-nullsafety.0 <2.0.0" | 17 | + ffi: ^1.0.0 |
18 | flutter: | 18 | flutter: |
19 | sdk: flutter | 19 | sdk: flutter |
20 | flutter_web_plugins: | 20 | flutter_web_plugins: |
21 | sdk: flutter | 21 | sdk: flutter |
22 | - image: ^3.0.0-nullsafety | ||
23 | - js: ^0.6.3-nullsafety | ||
24 | - meta: ^1.3.0-nullsafety | 22 | + image: ^3.0.1 |
23 | + js: ^0.6.3 | ||
24 | + meta: ^1.3.0 | ||
25 | pdf: ^3.0.0 | 25 | pdf: ^3.0.0 |
26 | - plugin_platform_interface: ^1.1.0-nullsafety | 26 | + plugin_platform_interface: ^2.0.0 |
27 | 27 | ||
28 | dev_dependencies: | 28 | dev_dependencies: |
29 | flutter_test: | 29 | flutter_test: |
-
Please register or login to post a comment