diff --git a/packages/mocktail_image_network/CHANGELOG.md b/packages/mocktail_image_network/CHANGELOG.md index bb5f620..538d9f3 100644 --- a/packages/mocktail_image_network/CHANGELOG.md +++ b/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)) diff --git a/packages/mocktail_image_network/README.md b/packages/mocktail_image_network/README.md index f894b03..49d5f49 100644 --- a/packages/mocktail_image_network/README.md +++ b/packages/mocktail_image_network/README.md @@ -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: @@ -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 diff --git a/packages/mocktail_image_network/pubspec.yaml b/packages/mocktail_image_network/pubspec.yaml index ce07946..16fc603 100644 --- a/packages/mocktail_image_network/pubspec.yaml +++ b/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]