You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# 1.0.0
2
+
***BREAKING**: Navigation operations can now take arbitrary objects as arguments in addition to path arguments
3
+
* Path arguments are now accessed from `PathArguments.path`
4
+
* Fix: nested paths not interpolated using initial location when empty (particularly caused problems when initial location of nested navigators was set to '/')
5
+
* Improved error messages
6
+
* Formatting
7
+
1
8
# 0.2.1+3
2
9
* Fix static analysis
3
10
@@ -55,4 +62,4 @@
55
62
* Declaratively set navigator page stack with `open()` and `openNamed()`
56
63
* Sync current path with platform (e.g. browser URL)
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: advanced_navigator
2
2
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.
0 commit comments