diff --git a/auto_route/CHANGELOG.md b/auto_route/CHANGELOG.md index 0f52ec17..a0e4b807 100644 --- a/auto_route/CHANGELOG.md +++ b/auto_route/CHANGELOG.md @@ -1,6 +1,8 @@ ## 9.0.1 - **FIX**: make EmptyShellRoute() a const. + - **Chore**: Add Declarative navigation example link + - **Chore**: Add Nested Navigation example link ## 9.0.0 [Breaking Changes] diff --git a/auto_route/pubspec.yaml b/auto_route/pubspec.yaml index 70ed3a82..55df30ba 100644 --- a/auto_route/pubspec.yaml +++ b/auto_route/pubspec.yaml @@ -7,8 +7,10 @@ screenshots: path: art/auto_route_logo.png topics: - navigation - - router - - flutter-routes + - routing + - auto-route + - nested-navigation + - deep-linking environment: sdk: ">=3.0.0 <4.0.0"