Skip to content

Commit 275b76c

Browse files
authored
go_router_builder: support the latest pkg:analyzer (#4921)
1 parent 06cd9e9 commit 275b76c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/go_router_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.2
2+
3+
* Supports the latest `package:analyzer`.
4+
15
## 2.3.1
26

37
* Adds pub topics to package metadata.

packages/go_router_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: go_router_builder
22
description: >-
33
A builder that supports generated strongly-typed route helpers for
44
package:go_router
5-
version: 2.3.1
5+
version: 2.3.2
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

99
environment:
1010
sdk: ">=2.19.0 <4.0.0"
1111

1212
dependencies:
13-
analyzer: ">=4.4.0 <6.0.0"
13+
analyzer: ">=4.4.0 <7.0.0"
1414
async: ^2.8.0
1515
build: ^2.0.0
1616
build_config: ^1.0.0

0 commit comments

Comments
 (0)