File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
packages/mocktail_image_network Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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
1414If 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
4545If your application uses [ Image.network] ( https://api.flutter.dev/flutter/widgets/Image/Image.network.html )
4646to present images hosted in a URL, you will notice that your widget tests fail
Original file line number Diff line number Diff line change 11name : mocktail_image_network
22description : 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
44repository : https://github.com/felangel/mocktail
55homepage : https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network
66topics : [mock, test]
You can’t perform that action at this time.
0 commit comments