Skip to content

Commit

Permalink
Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 13, 2024
1 parent 36bd856 commit d7aed7e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions cached_network_image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.4.1] - 2024-08-13

* Target js_interop for Wasm support

## [3.4.0] - 2024-04-10

* Change how errors are reported by ImageLoader. Emitting errors as streams instead of re-throwing.
Expand Down
2 changes: 1 addition & 1 deletion cached_network_image/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
cached_network_image_web: ^1.3.0
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.0
flutter_cache_manager: ^3.4.1
octo_image: ^2.1.0

dev_dependencies:
Expand Down
6 changes: 5 additions & 1 deletion cached_network_image_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [4.1.0] - 2023-12-31
## [4.1.1] - 2024-08-13

* Target js_interop for Wasm support

## [4.1.0] - 2024-08-01

* Update dependencies
* Update SDK version to 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions cached_network_image_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_network_image_platform_interface
description: Platform interface for CachedNetworkImage
version: 4.1.0
version: 4.1.1
homepage: https://github.com/Baseflow/flutter_cached_network_image

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.0
flutter_cache_manager: ^3.4.1

dev_dependencies:
file: '>=7.0.0 <8.0.0'
Expand Down
4 changes: 4 additions & 0 deletions cached_network_image_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.1] - 2024-08-13

* Target js_interop for Wasm support

## [1.3.0] - 2024-08-01

* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion cached_network_image_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
cached_network_image_platform_interface: ^4.1.0
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.0
flutter_cache_manager: ^3.4.1
web: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit d7aed7e

Please sign in to comment.