Skip to content

Commit

Permalink
Refine image dependency version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Dec 26, 2024
1 parent 35bb1ef commit 426086f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pdf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions printing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 5.14.0

- Replace WebView with WKWebView on macOS
- Upgrade archive [CodeDoctor]
- Fix wasm import [CodeDoctor]

## 5.13.4

Expand Down
2 changes: 1 addition & 1 deletion printing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 426086f

Please sign in to comment.