Skip to content

Commit 127d0da

Browse files
committed
chore(mocktail_image_network): v1.1.0
1 parent 4aea1f1 commit 127d0da

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.1.0
2+
3+
- feat: add customizable `imageBytes` to `mockNetworkImages` ([#214](https://github.com/felangel/mocktail/issues/214))
4+
- chore: remove deprecated lint rules
5+
- docs: adjust `LICENSE` year
6+
17
# 1.0.0
28

39
- refactor: use more strict analysis options ([#203](https://github.com/felangel/mocktail/issues/203))

packages/mocktail_image_network/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mock `Image.network` in your widget tests with confidence using [mocktail](https
99

1010
---
1111

12-
## How to use
12+
## Usage
1313

1414
If you want to test a widget with a similar structure to this one:
1515

@@ -40,7 +40,7 @@ void main() {
4040
}
4141
```
4242

43-
### Why should you use mocktail_image_network
43+
### Why should you use `mocktail_image_network`
4444

4545
If your application uses [Image.network](https://api.flutter.dev/flutter/widgets/Image/Image.network.html)
4646
to present images hosted in a URL, you will notice that your widget tests fail

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.0.0
3+
version: 1.1.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)