Skip to content

Commit 715c50f

Browse files
fix: add upperbound for meta dependency
1 parent 3a3f480 commit 715c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
flutter_web_plugins:
2323
sdk: flutter
24-
meta: ">=1.16.0"
24+
meta: ">=1.16.0 <2.0.0"
2525
plugin_platform_interface: ^2.0.2
2626
web: ">=0.5.1 <2.0.0"
2727

0 commit comments

Comments
 (0)