Skip to content

Commit 15ae705

Browse files
[go_router_builder] Remove Flutter SDK constraint (flutter#3406)
[go_router_builder] Remove Flutter SDK constraint
1 parent 036cb1e commit 15ae705

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/go_router_builder/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 1.1.5
22

3-
* Aligns Dart and Flutter SDK constraints.
3+
* Replaces unnecessary Flutter SDK constraint with corresponding Dart
4+
SDK constraint.
45

56
## 1.1.4
67

@@ -50,7 +51,7 @@
5051

5152
## 1.0.10
5253

53-
* Adds a lint ignore for deprecated member in the example.
54+
* Adds a lint ignore for deprecated member in the example.
5455

5556
## 1.0.9
5657

packages/go_router_builder/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: go_router_builder
22
description: >-
33
A builder that supports generated strongly-typed route helpers for
44
package:go_router
5-
version: 1.1.4
5+
version: 1.1.5
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.18.0 <3.0.0"
11-
flutter: ">=3.3.0"
1211

1312
dependencies:
1413
analyzer: '>=4.4.0 <6.0.0'

0 commit comments

Comments
 (0)