Showing
2 changed files
with
3 additions
and
1 deletions
@@ -11,6 +11,8 @@ | @@ -11,6 +11,8 @@ | ||
11 | - Table cell: dynamic widget [Shahriyar Aghajani] | 11 | - Table cell: dynamic widget [Shahriyar Aghajani] |
12 | - Move Table.fromTextArray to TableHelper.fromTextArray | 12 | - Move Table.fromTextArray to TableHelper.fromTextArray |
13 | - Fix PdfImage constructor without alpha channel [Tomasz Gucio] | 13 | - Fix PdfImage constructor without alpha channel [Tomasz Gucio] |
14 | +- image.fromBytes() pass bytes offset [Aravindhan K] | ||
15 | +- Update xml dependency and deprecated getter | ||
14 | 16 | ||
15 | ## 3.10.1 | 17 | ## 3.10.1 |
16 | 18 |
@@ -20,7 +20,7 @@ dependencies: | @@ -20,7 +20,7 @@ dependencies: | ||
20 | meta: ">=1.3.0 <2.0.0" | 20 | meta: ">=1.3.0 <2.0.0" |
21 | path_parsing: ">=0.2.0 <2.0.0" | 21 | path_parsing: ">=0.2.0 <2.0.0" |
22 | vector_math: ^2.1.0 | 22 | vector_math: ^2.1.0 |
23 | - xml: ">=5.1.0 <7.0.0" | 23 | + xml: ">=6.0.1 <7.0.0" |
24 | 24 | ||
25 | dev_dependencies: | 25 | dev_dependencies: |
26 | flutter_lints: ^2.0.0 | 26 | flutter_lints: ^2.0.0 |
-
Please register or login to post a comment