Showing
1 changed file
with
6 additions
and
2 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 | ||
29 | - pluginClass: PrintingPlugin | 28 | + platforms: |
29 | + android: | ||
30 | + package: net.nfet.flutter.printing | ||
31 | + pluginClass: PrintingPlugin | ||
32 | + ios: | ||
33 | + pluginClass: PrintingPlugin |
-
Please register or login to post a comment