mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Pin the version of meta used by web_ui (#19544)
The latest version of meta now exports "unawaited", which conflicts with the version of test_api currently used by web_ui.
This commit is contained in:
parent
47037778d5
commit
d1defbfc9a
@ -5,7 +5,7 @@ environment:
|
||||
sdk: ">=2.9.0-0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
meta: ^1.1.8
|
||||
meta: 1.1.8
|
||||
|
||||
dev_dependencies:
|
||||
analyzer: 0.39.10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user