Skip to content

Commit

Permalink
chore(mocktail_image_network): v1.2.0 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jun 12, 2024
1 parent 50330db commit 8a7bd29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/mocktail_image_network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.0

- feat: add customizable `imageResolver` to `mockNetworkImages` ([#232](https://github.com/felangel/mocktail/issues/232))
- fix: svg support ([#232](https://github.com/felangel/mocktail/issues/232))
- chore: include `package:flutter_svg` in example

# 1.1.0

- feat: add customizable `imageBytes` to `mockNetworkImages` ([#214](https://github.com/felangel/mocktail/issues/214))
Expand Down
2 changes: 1 addition & 1 deletion packages/mocktail_image_network/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mocktail_image_network
description: A Dart package which allows you to mock Image.network in your widget tests with confidence using the mocktail package.
version: 1.1.0
version: 1.2.0
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network
topics: [mock, test]
Expand Down

0 comments on commit 8a7bd29

Please sign in to comment.