Showing
1 changed file
with
1 additions
and
6 deletions
@@ -99,12 +99,7 @@ await for (var page in Printing.raster(pdf.save(), pages: [0, 1], dpi: 72)) { | @@ -99,12 +99,7 @@ await for (var page in Printing.raster(pdf.save(), pages: [0, 1], dpi: 72)) { | ||
99 | 99 | ||
100 | ## Installing | 100 | ## Installing |
101 | 101 | ||
102 | -1. Add this to your package's `pubspec.yaml` file: | ||
103 | - | ||
104 | - ```yaml | ||
105 | - dependencies: | ||
106 | - printing: any # <-- Add this line | ||
107 | - ``` | 102 | +1. Add this package to your package's `pubspec.yaml` file as described on the installation tab |
108 | 103 | ||
109 | 2. Enable Swift on the iOS project, in `ios/Podfile`: | 104 | 2. Enable Swift on the iOS project, in `ios/Podfile`: |
110 | 105 |
-
Please register or login to post a comment