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
- Updates Type-safe routes topic documentation to use the mixin from `go_router_builder` 3.0.0.
@@ -8,16 +15,16 @@
8
15
9
16
## 15.2.1
10
17
11
-
* Fixes Popping state and re-rendering scaffold at the same time doesn't update the URL on web.
18
+
- Fixes Popping state and re-rendering scaffold at the same time doesn't update the URL on web.
12
19
13
20
## 15.2.0
14
21
15
-
*`GoRouteData` now defines `.location`, `.go(context)`, `.push(context)`, `.pushReplacement(context)`, and `replace(context)` to be used for [Type-safe routing](https://pub.dev/documentation/go_router/latest/topics/Type-safe%20routes-topic.html). **Requires go_router_builder >= 3.0.0**.
22
+
-`GoRouteData` now defines `.location`, `.go(context)`, `.push(context)`, `.pushReplacement(context)`, and `replace(context)` to be used for [Type-safe routing](https://pub.dev/documentation/go_router/latest/topics/Type-safe%20routes-topic.html). **Requires go_router_builder >= 3.0.0**.
16
23
17
24
## 15.1.3
18
25
19
-
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
20
-
* Fixes typo in API docs.
26
+
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
27
+
- Fixes typo in API docs.
21
28
22
29
## 15.1.2
23
30
@@ -41,7 +48,7 @@
41
48
## 14.8.1
42
49
43
50
- Secured canPop method for the lack of matches in routerDelegate's configuration.
44
-
51
+
45
52
## 14.8.0
46
53
47
54
- Adds `preload` parameter to `StatefulShellBranchData.$branch`.
@@ -1205,4 +1212,3 @@
1205
1212
## 0.1.0
1206
1213
1207
1214
- squatting on the package name (I'm not too proud to admit it)
0 commit comments