We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091ad84 commit a522d15Copy full SHA for a522d15
packages/go_router_builder/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.0.0
2
+
3
+- Route classes now required to use a mixin `with _$RouteName`.
4
5
## 2.9.1
6
7
- Fixes an deprecated warning for using withNullability
packages/go_router_builder/pubspec.yaml
@@ -2,7 +2,7 @@ name: go_router_builder
description: >-
A builder that supports generated strongly-typed route helpers for
package:go_router
-version: 2.9.1
+version: 3.0.0
repository: https://github.com/flutter/packages/tree/main/packages/go_router_builder
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
8
0 commit comments