File tree 2 files changed +5
-5
lines changed
packages/go_router_builder 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 1.1.5
2
2
3
- * Aligns Dart and Flutter SDK constraints.
3
+ * Replaces unnecessary Flutter SDK constraint with corresponding Dart
4
+ SDK constraint.
4
5
5
6
## 1.1.4
6
7
50
51
51
52
## 1.0.10
52
53
53
- * Adds a lint ignore for deprecated member in the example.
54
+ * Adds a lint ignore for deprecated member in the example.
54
55
55
56
## 1.0.9
56
57
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ name: go_router_builder
2
2
description : >-
3
3
A builder that supports generated strongly-typed route helpers for
4
4
package:go_router
5
- version : 1.1.4
5
+ version : 1.1.5
6
6
repository : https://github.com/flutter/packages/tree/main/packages/go_router_builder
7
7
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
8
8
9
9
environment :
10
10
sdk : " >=2.18.0 <3.0.0"
11
- flutter : " >=3.3.0"
12
11
13
12
dependencies :
14
13
analyzer : ' >=4.4.0 <6.0.0'
You can’t perform that action at this time.
0 commit comments