File tree 2 files changed +7
-3
lines changed
packages/go_router_builder
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.13
2
+
3
+ * Support the latest ` package:analyzer ` .
4
+
1
5
## 1.0.12
2
6
3
7
* Adds support for enhanced enums. [ #105876 ] ( https://github.com/flutter/flutter/issues/105876 ) .
4
8
5
9
## 1.0.11
6
10
7
- * Replaces mentions of the deprecated ` GoRouteData.buildPage ` with ` GoRouteData.buildPageWithState ` .
11
+ * Replace mentions of the deprecated ` GoRouteData.buildPage ` with ` GoRouteData.buildPageWithState ` .
8
12
9
13
## 1.0.10
10
14
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: go_router_builder
2
2
description : >-
3
3
A builder that supports generated strongly-typed route helpers for
4
4
package:go_router
5
- version : 1.0.12
5
+ version : 1.0.13
6
6
repository : https://github.com/flutter/packages/tree/main/packages/go_router_builder
7
7
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
8
8
@@ -11,7 +11,7 @@ environment:
11
11
flutter : " >=3.0.0"
12
12
13
13
dependencies :
14
- analyzer : ' >=4.4.0 <5 .0.0'
14
+ analyzer : ' >=4.4.0 <6 .0.0'
15
15
async : ^2.8.0
16
16
build : ^2.0.0
17
17
build_config : ^1.0.0
You can’t perform that action at this time.
0 commit comments