Skip to content

Commit

Permalink
go_router_builder: support the latest pkg:analyzer (flutter#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Sep 13, 2023
1 parent 06cd9e9 commit 275b76c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/go_router_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.2

* Supports the latest `package:analyzer`.

## 2.3.1

* Adds pub topics to package metadata.
Expand Down
4 changes: 2 additions & 2 deletions packages/go_router_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: go_router_builder
description: >-
A builder that supports generated strongly-typed route helpers for
package:go_router
version: 2.3.1
version: 2.3.2
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

environment:
sdk: ">=2.19.0 <4.0.0"

dependencies:
analyzer: ">=4.4.0 <6.0.0"
analyzer: ">=4.4.0 <7.0.0"
async: ^2.8.0
build: ^2.0.0
build_config: ^1.0.0
Expand Down

0 comments on commit 275b76c

Please sign in to comment.