Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -25,5 +25,9 @@ dependency_overrides: | @@ -25,5 +25,9 @@ dependency_overrides: | ||
| 25 | 25 | ||
| 26 | flutter: | 26 | flutter: |
| 27 | plugin: | 27 | plugin: |
| 28 | - androidPackage: net.nfet.flutter.printing | 28 | + platforms: |
| 29 | + android: | ||
| 30 | + package: net.nfet.flutter.printing | ||
| 31 | + pluginClass: PrintingPlugin | ||
| 32 | + ios: | ||
| 29 | pluginClass: PrintingPlugin | 33 | pluginClass: PrintingPlugin |
-
Please register or login to post a comment