Showing
1 changed file
with
9 additions
and
9 deletions
| @@ -33,7 +33,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -33,7 +33,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 33 | - Improve native code | 33 | - Improve native code |
| 34 | - Add Printing.info() | 34 | - Add Printing.info() |
| 35 | - Use PageTheme in example | 35 | - Use PageTheme in example |
| 36 | -- Save shared pdf in cache on Android | 36 | +- Save shared pdf in the cache on Android |
| 37 | - Implement macOS embedding support | 37 | - Implement macOS embedding support |
| 38 | - Implement Flutter Web support | 38 | - Implement Flutter Web support |
| 39 | 39 | ||
| @@ -56,7 +56,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -56,7 +56,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 56 | 56 | ||
| 57 | ## 2.1.6 | 57 | ## 2.1.6 |
| 58 | 58 | ||
| 59 | -- Add qrcode to example | 59 | +- Add QrCode to example |
| 60 | - Cancel print job in case of layout error | 60 | - Cancel print job in case of layout error |
| 61 | 61 | ||
| 62 | ## 2.1.5 | 62 | ## 2.1.5 |
| @@ -78,7 +78,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -78,7 +78,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 78 | 78 | ||
| 79 | ## 2.1.0 | 79 | ## 2.1.0 |
| 80 | 80 | ||
| 81 | -- Add html to pdf platform conversion | 81 | +- Add HTML to pdf platform conversion |
| 82 | - Fix issue with flutter 1.6.2+ | 82 | - Fix issue with flutter 1.6.2+ |
| 83 | 83 | ||
| 84 | ## 2.0.4 | 84 | ## 2.0.4 |
| @@ -87,7 +87,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -87,7 +87,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 87 | 87 | ||
| 88 | ## 2.0.3 | 88 | ## 2.0.3 |
| 89 | 89 | ||
| 90 | -- Add file save and view to example application | 90 | +- Add file save and view to the example application |
| 91 | - Convert print screen example to Widgets | 91 | - Convert print screen example to Widgets |
| 92 | - Deprecate the document argument in Printing.sharePdf() | 92 | - Deprecate the document argument in Printing.sharePdf() |
| 93 | 93 | ||
| @@ -130,15 +130,15 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -130,15 +130,15 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 130 | 130 | ||
| 131 | ## 1.3.1 | 131 | ## 1.3.1 |
| 132 | 132 | ||
| 133 | -- Fix pana linting notices | 133 | +- Fix Pana linting notices |
| 134 | 134 | ||
| 135 | ## 1.3.0 | 135 | ## 1.3.0 |
| 136 | 136 | ||
| 137 | -- Add a Flutter like widget system | 137 | +- Add a Flutter like Widget system |
| 138 | 138 | ||
| 139 | ## 1.2.0 | 139 | ## 1.2.0 |
| 140 | 140 | ||
| 141 | -- Fix compileSdkVersion to match appcompat | 141 | +- Fix compileSdkVersion to match AppCompat |
| 142 | - Change license to Apache 2.0 | 142 | - Change license to Apache 2.0 |
| 143 | - Implement asynchronous printing driven by the OS | 143 | - Implement asynchronous printing driven by the OS |
| 144 | 144 | ||
| @@ -146,7 +146,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -146,7 +146,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 146 | 146 | ||
| 147 | - Rename classes to satisfy Dart conventions | 147 | - Rename classes to satisfy Dart conventions |
| 148 | - Remove useless new and const keywords | 148 | - Remove useless new and const keywords |
| 149 | -- Changed appcompat dependency to 26.1.0 | 149 | +- Changed AppCompat dependency to 26.1.0 |
| 150 | 150 | ||
| 151 | ## 1.0.6 | 151 | ## 1.0.6 |
| 152 | 152 | ||
| @@ -173,7 +173,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | @@ -173,7 +173,7 @@ Breaking change: this version is only compatible with flutter >= 1.12 | ||
| 173 | 173 | ||
| 174 | ## 1.0.1 | 174 | ## 1.0.1 |
| 175 | 175 | ||
| 176 | -- Fixed sdk version | 176 | +- Fixed SDK version |
| 177 | 177 | ||
| 178 | ## 1.0.0 | 178 | ## 1.0.0 |
| 179 | 179 |
-
Please register or login to post a comment