Skip to content

Commit 8a7bd29

Browse files
authored
chore(mocktail_image_network): v1.2.0 (#241)
1 parent 50330db commit 8a7bd29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/mocktail_image_network/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.2.0
2+
3+
- feat: add customizable `imageResolver` to `mockNetworkImages` ([#232](https://github.com/felangel/mocktail/issues/232))
4+
- fix: svg support ([#232](https://github.com/felangel/mocktail/issues/232))
5+
- chore: include `package:flutter_svg` in example
6+
17
# 1.1.0
28

39
- feat: add customizable `imageBytes` to `mockNetworkImages` ([#214](https://github.com/felangel/mocktail/issues/214))

packages/mocktail_image_network/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mocktail_image_network
22
description: A Dart package which allows you to mock Image.network in your widget tests with confidence using the mocktail package.
3-
version: 1.1.0
3+
version: 1.2.0
44
repository: https://github.com/felangel/mocktail
55
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network
66
topics: [mock, test]

0 commit comments

Comments
 (0)