Skip to content

Commit b39981b

Browse files
authored
chore: v0.4.1 (#31)
1 parent b1e36ce commit b39981b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: very_good_infinite_list
22
description: >-
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
66
repository: https://github.com/VeryGoodOpenSource/very_good_infinite_list
77
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_infinite_list/issues
88
homepage: https://github.com/VeryGoodOpenSource/very_good_infinite_list
99
documentation: https://github.com/VeryGoodOpenSource/very_good_infinite_list
1010

1111
environment:
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

1515
dependencies:
1616
flutter:

0 commit comments

Comments
 (0)