Skip to content

Commit 87703eb

Browse files
committed
release 0.7.0
1 parent 82340aa commit 87703eb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.7.0] - 2023/04/23.
2+
3+
* Added: `iterateRoutes()`, `removeRoute()`.
4+
* Deprecated: `findRoute()`, `removeNamed()`.
5+
16
## [0.6.0] - 2022/07/01.
27

38
* Fix issue #23.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: lifecycle
22
description: Lifecycle support for Flutter widgets.
3-
version: 0.6.0
3+
version: 0.7.0
44
homepage: https://github.com/chenenyu/lifecycle
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
7+
sdk: ">=2.12.0 <4.0.0"
88
flutter: ">=3.0.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)