Skip to content

Commit c4e146d

Browse files
author
Kamil Klyta
committed
Update package version and changelog
1 parent 601e97e commit c4e146d

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
## [0.9.0] - October 02, 2020
1+
## 1.0.0-nullsafety.0
2+
3+
- **BREAKING**: opt into null safety
4+
- Dart SDK constraints: >=2.12.0-0 <3.0.0
5+
6+
## 0.9.0
7+
28
- Improved readme documentation.
39
- Removed material package import.
4-
## [0.9.0-dev.2] - August 21, 2020
10+
11+
## 0.9.0-dev.2
12+
513
- Added `isComplete` and `wasComplete` controller getters.
614
- Removed `axis` property as it can be handled by `notificationPredicate`.
7-
## [0.9.0-dev.1] - August 12, 2020
15+
16+
## 0.9.0-dev.1
17+
818
- Added optional `complete` indicator state together with `completeStateDuration` parameter.
919
- `IndicatorControler` changes:
1020
- Added `prevoiusState` property.
@@ -14,7 +24,7 @@
1424
- Example app:
1525
- Added initial version of `check_mark_indicator`. Example that shows how to make use of `complete` state.
1626

17-
## [0.8.0+1] - April 12, 2020
27+
## 0.8.0+1
1828

1929
## BREAKING API CHANGES
2030

@@ -56,21 +66,21 @@ return CustomRefreshIndicator(
5666
);
5767
```
5868

59-
## [0.2.1]
69+
## 0.2.1
6070

6171
- Upgrade example to AndroidX
6272
- Improved README
6373

64-
## [0.2.0] - Added support for BouncingScrollPhysics.
74+
## 0.2.0
6575

6676
- Added support for `BouncingScrollPhysics` - ios default sroll physics
6777
- Improved readme
6878

69-
## [0.1.1]
79+
## 0.1.1
7080

7181
- Extracted inbox example to [`letter_refresh_indicator`](https://pub.dev/packages/letter_refresh_indicator) package
7282

73-
## [0.1.0] - Initial version.
83+
## 0.1.0
7484

7585
- Added basic `CustomRefreshIndicator` widget with `CustomRefreshIndicatorData` class.
7686
- Added `SimpleIndicatorContainer` widget which simulate default `RefreshIndicator` container

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "0.9.0"
59+
version: "1.0.0-nullsafety.0"
6060
fake_async:
6161
dependency: transitive
6262
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: custom_refresh_indicator
22
description: Flutter Widget that make it easy to implement custom refresh indicator.
3-
version: 0.9.0
3+
version: 1.0.0-nullsafety.0
44
repository: https://github.com/gonuit/flutter-custom-refresh-indicator
55
issue_tracker: https://github.com/gonuit/flutter-custom-refresh-indicator/issues
66
homepage: https://github.com/gonuit/flutter-custom-refresh-indicator

0 commit comments

Comments
 (0)