David PHAM-VAN

Refine image dependency version constraints

... ... @@ -8,6 +8,7 @@
- Table widget refactors [Graham Smith]
- Add support for creating PDF/A 3b [ilaurillard]
- Add helper functions to replace text styles and cell content [Brian Kayfitz]
- Fix TextStyle merge decoration [AtlasAutocode]
## 3.11.1
... ...
... ... @@ -22,7 +22,7 @@ dependencies:
barcode: ">=2.2.3 <3.0.0"
bidi: ^2.0.10
crypto: ^3.0.0
image: ^4.1.0
image: ">=4.1.0 <4.6.0"
meta: ">=1.3.0 <2.0.0"
path_parsing: ">=0.2.0 <2.0.0"
vector_math: ^2.1.0
... ...
... ... @@ -3,6 +3,8 @@
## 5.14.0
- Replace WebView with WKWebView on macOS
- Upgrade archive [CodeDoctor]
- Fix wasm import [CodeDoctor]
## 5.13.4
... ...
... ... @@ -28,7 +28,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
http: ">=0.13.0 <2.0.0"
image: ^4.1.0
image: ">=4.1.0 <4.6.0"
meta: ">=1.3.0 <2.0.0"
pdf: ^3.10.0
pdf_widget_wrapper: '>=1.0.4 <2.0.0'
... ...