Skip to content

Commit

Permalink
chore(mocktail_image_network): v1.1.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 19, 2024
1 parent 4aea1f1 commit 633471e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/mocktail_image_network/CHANGELOG.md
@@ -1,3 +1,9 @@
# 1.1.0

- feat: add customizable `imageBytes` to `mockNetworkImages` ([#214](https://github.com/felangel/mocktail/issues/214))
- chore: remove deprecated lint rules
- docs: adjust `LICENSE` year

# 1.0.0

- refactor: use more strict analysis options ([#203](https://github.com/felangel/mocktail/issues/203))
Expand Down
4 changes: 2 additions & 2 deletions packages/mocktail_image_network/README.md
Expand Up @@ -9,7 +9,7 @@ Mock `Image.network` in your widget tests with confidence using [mocktail](https

---

## How to use
## Usage

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

Expand Down Expand Up @@ -40,7 +40,7 @@ void main() {
}
```

### Why should you use mocktail_image_network
### Why should you use `mocktail_image_network`

If your application uses [Image.network](https://api.flutter.dev/flutter/widgets/Image/Image.network.html)
to present images hosted in a URL, you will notice that your widget tests fail
Expand Down
2 changes: 1 addition & 1 deletion packages/mocktail_image_network/pubspec.yaml
@@ -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.0.0
version: 1.1.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 633471e

Please sign in to comment.