File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
packages/mocktail_image_network Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0-dev.0
2+
3+ - refactor: use more strict analysis options ([ #203 ] ( https://github.com/felangel/mocktail/issues/203 ) )
4+ - docs: improve example in ` README `
5+ - docs: adjust ` LICENSE ` year
6+ - docs: add topics to ` pubspec.yaml `
7+
18# 0.3.1
29
310- fix: pass ` onDone ` callback ([ #120 ] ( https://github.com/felangel/mocktail/pull/120 ) )
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ class FakeApp extends StatelessWidget {
1313 home: Scaffold (
1414 body: Center (
1515 child: Image .network (
16- 'https://uploads-ssl.webflow.com/5ee12d8d7f840543bde883de/5eec278f49a4916759d679aa_vgv-wordmark-black.svg' ,
16+ // URL to the Flutter logo from https://flutter.dev/brand
17+ 'https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png' ,
1718 ),
1819 ),
1920 ),
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: An example of mocktail_image_network usage
33publish_to : none
44
55environment :
6- sdk : " >=2.18 .0 <3 .0.0"
6+ sdk : " >=3.0 .0 <4 .0.0"
77
88dependencies :
99 flutter :
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 : 0.3.1
3+ version : 1.0.0-dev.0
44repository : https://github.com/felangel/mocktail
55homepage : https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network
6+ topics : [mock, test]
67
78environment :
8- sdk : " >=2.12.0 <3 .0.0"
9+ sdk : " >=2.12.0 <4 .0.0"
910
1011dependencies :
11- mocktail : ^0.3 .0
12+ mocktail : ^1.0.0-dev .0
1213
1314dev_dependencies :
1415 test : ^1.16.0
You can’t perform that action at this time.
0 commit comments