David PHAM-VAN

Refine image dependency version constraints

@@ -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
@@ -3,6 +3,8 @@ @@ -3,6 +3,8 @@
3 ## 5.14.0 3 ## 5.14.0
4 4
5 - Replace WebView with WKWebView on macOS 5 - Replace WebView with WKWebView on macOS
  6 +- Upgrade archive [CodeDoctor]
  7 +- Fix wasm import [CodeDoctor]
6 8
7 ## 5.13.4 9 ## 5.13.4
8 10
@@ -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'