File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.4.1] - 05/17/22
2+
3+ - feat: upgrade to Dart >=2.17.0 and Flutter >=3.0.0
4+ - docs: upgrade example to Flutter 3.0.0 and Very Good Analysis 3.0.0
5+
16## [ 0.4.0] - 04/07/21
27
38- BREAKING: refactor: remodel api to work declaratively
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: very_good_infinite_list
22description : >-
33 A library for easily displaying paginated data, created by Very Good Ventures.
44 Great for activity feeds, news feeds, and more. 🦄
5- version : 0.4.0
5+ version : 0.4.1
66repository : https://github.com/VeryGoodOpenSource/very_good_infinite_list
77issue_tracker : https://github.com/VeryGoodOpenSource/very_good_infinite_list/issues
88homepage : https://github.com/VeryGoodOpenSource/very_good_infinite_list
99documentation : https://github.com/VeryGoodOpenSource/very_good_infinite_list
1010
1111environment :
12- sdk : " >=2.12 .0 <3.0.0"
13- flutter : " >=2 .0.0"
12+ sdk : " >=2.17 .0 <3.0.0"
13+ flutter : " >=3 .0.0"
1414
1515dependencies :
1616 flutter :
You can’t perform that action at this time.
0 commit comments