Skip to content

Commit

Permalink
bumped version of flutter_cached_network_image_web to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Apr 29, 2024
1 parent 9f3cd25 commit c7ffe16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cached_network_image_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.2.0] - 2024-04-29
* Replace deprecated `webOnlyInstantiateImageCodecFromUrl` to `createImageCodecFromUrl` from `dart:ui_web`

## [1.1.1] - 2023-12-31
* Removed errorListener from ImageLoader interface

Expand Down
2 changes: 1 addition & 1 deletion cached_network_image_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_network_image_web
description: Web implementation of CachedNetworkImage
version: 1.1.1
version: 1.2.0
homepage: https://github.com/Baseflow/flutter_cached_network_image

environment:
Expand Down

0 comments on commit c7ffe16

Please sign in to comment.