Revert "Update plugin platforms"
This reverts commit 78b574cf.
Showing
2 changed files
with
6 additions
and
6 deletions
@@ -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.7 | 7 | +version: 2.1.8 |
8 | 8 | ||
9 | environment: | 9 | environment: |
10 | sdk: ">=2.1.0 <3.0.0" | 10 | sdk: ">=2.1.0 <3.0.0" |
@@ -25,9 +25,5 @@ dependency_overrides: | @@ -25,9 +25,5 @@ dependency_overrides: | ||
25 | 25 | ||
26 | flutter: | 26 | flutter: |
27 | plugin: | 27 | plugin: |
28 | - platforms: | ||
29 | - android: | ||
30 | - package: net.nfet.flutter.printing | ||
31 | - pluginClass: PrintingPlugin | ||
32 | - ios: | 28 | + androidPackage: net.nfet.flutter.printing |
33 | pluginClass: PrintingPlugin | 29 | pluginClass: PrintingPlugin |
-
Please register or login to post a comment