File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 11.1.1
2
+
3
+ - Fixes a missing ` {@end-tool} ` doc directive tag for ` GoRoute.name ` .
4
+
1
5
## 11.1.0
2
6
3
7
- Adds optional parameter ` overridePlatformDefaultLocation ` to override initial route set by platform.
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ class GoRoute extends RouteBase {
260
260
/// queryParameters: <String, String>{'qid': 'quid'},
261
261
/// );
262
262
/// ```
263
+ /// {@end-tool}
263
264
///
264
265
/// See the [named routes example] (https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/named_routes.dart)
265
266
/// for a complete runnable app.
Original file line number Diff line number Diff line change 1
1
name : go_router
2
2
description : A declarative router for Flutter based on Navigation 2 supporting
3
3
deep linking, data-driven routes and more
4
- version : 11.1.0
4
+ version : 11.1.1
5
5
repository : https://github.com/flutter/packages/tree/main/packages/go_router
6
6
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
7
7
You can’t perform that action at this time.
0 commit comments