Skip to content

Commit 9406390

Browse files
authored
[go_router_builder] Support the latest pkg:analyzer (#2622)
1 parent 13a74c2 commit 9406390

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/go_router_builder/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 1.0.13
2+
3+
* Support the latest `package:analyzer`.
4+
15
## 1.0.12
26

37
* Adds support for enhanced enums. [#105876](https://github.com/flutter/flutter/issues/105876).
48

59
## 1.0.11
610

7-
* Replaces mentions of the deprecated `GoRouteData.buildPage` with `GoRouteData.buildPageWithState`.
11+
* Replace mentions of the deprecated `GoRouteData.buildPage` with `GoRouteData.buildPageWithState`.
812

913
## 1.0.10
1014

packages/go_router_builder/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: go_router_builder
22
description: >-
33
A builder that supports generated strongly-typed route helpers for
44
package:go_router
5-
version: 1.0.12
5+
version: 1.0.13
66
repository: https://github.com/flutter/packages/tree/main/packages/go_router_builder
77
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
88

@@ -11,7 +11,7 @@ environment:
1111
flutter: ">=3.0.0"
1212

1313
dependencies:
14-
analyzer: '>=4.4.0 <5.0.0'
14+
analyzer: '>=4.4.0 <6.0.0'
1515
async: ^2.8.0
1616
build: ^2.0.0
1717
build_config: ^1.0.0

0 commit comments

Comments
 (0)