Skip to content

Commit

Permalink
[go_router_builder] Remove Flutter SDK constraint (flutter#3406)
Browse files Browse the repository at this point in the history
[go_router_builder] Remove Flutter SDK constraint
  • Loading branch information
stuartmorgan authored Mar 7, 2023
1 parent 036cb1e commit 15ae705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions packages/go_router_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 1.1.5

* Aligns Dart and Flutter SDK constraints.
* Replaces unnecessary Flutter SDK constraint with corresponding Dart
SDK constraint.

## 1.1.4

Expand Down Expand Up @@ -50,7 +51,7 @@

## 1.0.10

* Adds a lint ignore for deprecated member in the example.
* Adds a lint ignore for deprecated member in the example.

## 1.0.9

Expand Down
3 changes: 1 addition & 2 deletions packages/go_router_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: go_router_builder
description: >-
A builder that supports generated strongly-typed route helpers for
package:go_router
version: 1.1.4
version: 1.1.5
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.18.0 <3.0.0"
flutter: ">=3.3.0"

dependencies:
analyzer: '>=4.4.0 <6.0.0'
Expand Down

0 comments on commit 15ae705

Please sign in to comment.