Skip to content

Commit f103ef8

Browse files
authored
fix: Widen pkg:meta constraint to allow Flutter stable (#134)
1 parent ce43052 commit f103ef8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.5.1-wip
22

3+
- Update constraint: `meta: ^1.17.0`
34
- Remove the use of footnotes in README.md, since they are not supported by
45
`package:markdown`.
56

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
glob: ^2.1.3
4747
google_cloud_firestore: ^0.5.0
4848
http: ^1.6.0
49-
meta: ^1.18.1
49+
meta: ^1.17.0
5050
protobuf: ^6.0.0
5151
shelf: ^1.4.2
5252
source_gen: ^4.2.0

0 commit comments

Comments
 (0)