mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 17:18:22 +08:00
[go_router] fixes urls for go_router package (#2907)
* fix: fixes urls for go_router package * applies fixes and updates version
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 5.2.3
|
||||
|
||||
- Fixes link for router configuration and sub-routes
|
||||
|
||||
## 5.2.2
|
||||
|
||||
- Fixes `pop` and `push` to update urls correctly.
|
||||
|
@ -91,9 +91,8 @@ import 'typedefs.dart';
|
||||
/// ```
|
||||
/// In the above example, if /family route is matched, it will be used.
|
||||
/// else /:username route will be used.
|
||||
///
|
||||
/// See [Sub-routes](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/sub_routes.dart)
|
||||
/// for a complete runnable example.
|
||||
/// ///
|
||||
/// See [main.dart](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/main.dart)
|
||||
@immutable
|
||||
abstract class RouteBase {
|
||||
const RouteBase._({
|
||||
|
@ -30,7 +30,7 @@ import 'typedefs.dart';
|
||||
/// changes.
|
||||
///
|
||||
/// See also:
|
||||
/// * [Configuration](https://pub.dev/documentation/go_router/topics/Configuration-topic.html)
|
||||
/// * [Configuration](https://pub.dev/documentation/go_router/latest/topics/Configuration-topic.html)
|
||||
/// * [GoRoute], which provides APIs to define the routing table.
|
||||
/// * [examples](https://github.com/flutter/packages/tree/main/packages/go_router/example),
|
||||
/// which contains examples for different routing scenarios.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: go_router
|
||||
description: A declarative router for Flutter based on Navigation 2 supporting
|
||||
deep linking, data-driven routes and more
|
||||
version: 5.2.2
|
||||
version: 5.2.3
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/go_router
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
|
||||
|
||||
|
Reference in New Issue
Block a user