Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mocktail_image_network): v1.1.0 #227

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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
Original file line number Diff line number Diff line change
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
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.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