Showing
4 changed files
with
5 additions
and
2 deletions
@@ -8,6 +8,7 @@ | @@ -8,6 +8,7 @@ | ||
8 | - Table widget refactors [Graham Smith] | 8 | - Table widget refactors [Graham Smith] |
9 | - Add support for creating PDF/A 3b [ilaurillard] | 9 | - Add support for creating PDF/A 3b [ilaurillard] |
10 | - Add helper functions to replace text styles and cell content [Brian Kayfitz] | 10 | - Add helper functions to replace text styles and cell content [Brian Kayfitz] |
11 | +- Fix TextStyle merge decoration [AtlasAutocode] | ||
11 | 12 | ||
12 | ## 3.11.1 | 13 | ## 3.11.1 |
13 | 14 |
@@ -22,7 +22,7 @@ dependencies: | @@ -22,7 +22,7 @@ dependencies: | ||
22 | barcode: ">=2.2.3 <3.0.0" | 22 | barcode: ">=2.2.3 <3.0.0" |
23 | bidi: ^2.0.10 | 23 | bidi: ^2.0.10 |
24 | crypto: ^3.0.0 | 24 | crypto: ^3.0.0 |
25 | - image: ^4.1.0 | 25 | + image: ">=4.1.0 <4.6.0" |
26 | meta: ">=1.3.0 <2.0.0" | 26 | meta: ">=1.3.0 <2.0.0" |
27 | path_parsing: ">=0.2.0 <2.0.0" | 27 | path_parsing: ">=0.2.0 <2.0.0" |
28 | vector_math: ^2.1.0 | 28 | vector_math: ^2.1.0 |
@@ -28,7 +28,7 @@ dependencies: | @@ -28,7 +28,7 @@ dependencies: | ||
28 | flutter_web_plugins: | 28 | flutter_web_plugins: |
29 | sdk: flutter | 29 | sdk: flutter |
30 | http: ">=0.13.0 <2.0.0" | 30 | http: ">=0.13.0 <2.0.0" |
31 | - image: ^4.1.0 | 31 | + image: ">=4.1.0 <4.6.0" |
32 | meta: ">=1.3.0 <2.0.0" | 32 | meta: ">=1.3.0 <2.0.0" |
33 | pdf: ^3.10.0 | 33 | pdf: ^3.10.0 |
34 | pdf_widget_wrapper: '>=1.0.4 <2.0.0' | 34 | pdf_widget_wrapper: '>=1.0.4 <2.0.0' |
-
Please register or login to post a comment