Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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