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
+
1
7
# 1.0.0
2
8
3
9
- 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
9
9
10
10
---
11
11
12
- ## How to use
12
+ ## Usage
13
13
14
14
If you want to test a widget with a similar structure to this one:
15
15
@@ -40,7 +40,7 @@ void main() {
40
40
}
41
41
```
42
42
43
- ### Why should you use mocktail_image_network
43
+ ### Why should you use ` mocktail_image_network `
44
44
45
45
If your application uses [ Image.network] ( https://api.flutter.dev/flutter/widgets/Image/Image.network.html )
46
46
to present images hosted in a URL, you will notice that your widget tests fail
Original file line number Diff line number Diff line change 1
1
name : mocktail_image_network
2
2
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
4
4
repository : https://github.com/felangel/mocktail
5
5
homepage : https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network
6
6
topics : [mock, test]
You can’t perform that action at this time.
0 commit comments