Skip to content

Commit 692c3d4

Browse files
Update version
1 parent a7ff440 commit 692c3d4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.2+1
2+
* Fix: back button event not automatically deferred to child back button dispatchers
3+
14
# 0.1.2
25
* Add `NestedBackButtonDispatcher` class
36
* Automatically configure `backButtonDispatcher` based on widget tree (no manual configuration required anymore!)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.1.2"
10+
version: "0.1.2+1"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: advanced_navigator
22
description: Flutter's Navigator 2.0 as one easy-to-use widget with full page history manipulation operations, simplified pop event delegation and powerful nesting.
3-
version: 0.1.2
3+
version: 0.1.2+1
44
repository: https://github.com/LucasAschenbach/advanced_navigator
55

66
environment:

0 commit comments

Comments
 (0)