Skip to content

Commit 39a962e

Browse files
committed
release 0.0.4
1 parent 7769620 commit 39a962e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.4] - 2020/09/27.
2+
3+
* Remove the `active` event which sent manually after page view pushed.
4+
15
## [0.0.3] - 2020/09/24.
26

37
* Fix bugs in nested page view.

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Pub Version](https://img.shields.io/pub/v/lifecycle)](https://pub.dev/packages/lifecycle) [![pub points](https://badges.bar/lifecycle/pub%20points)](https://pub.dev/packages/lifecycle/score) [![likes](https://badges.bar/lifecycle/likes)](https://pub.dev/packages/lifecycle/score)
1+
[![Pub Version](https://img.shields.io/pub/v/lifecycle)](https://pub.dev/packages/lifecycle)
2+
[![pub points](https://badges.bar/lifecycle/pub%20points)](https://pub.dev/packages/lifecycle/score)
3+
[![likes](https://badges.bar/lifecycle/likes)](https://pub.dev/packages/lifecycle/score)
24
![PR](https://img.shields.io/badge/PRs-welcome-blue)
35

46
# lifecycle
@@ -33,7 +35,7 @@ enum LifecycleEvent {
3335

3436
```yaml
3537
dependencies:
36-
lifecycle: ^0.0.1
38+
lifecycle: any # replace 'any' with version number
3739
```
3840
3941
2. Install it

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lifecycle
22
description: Lifecycle support for Flutter widgets.
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://github.com/chenenyu/lifecycle
55
publish_to: https://pub.dev
66

0 commit comments

Comments
 (0)