Unverified Commit 0cff6542 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] add sdk constraint to plugin/package templates (#60932)

Gives plugin and package a constraint on the flutter version, which will be from 2 stable's ago when this goes to stable. Adds an upper bound of 2.0
parent 7d7907e6
......@@ -6,6 +6,7 @@ homepage:
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.17.0 <2.0.0"
dependencies:
flutter:
......
......@@ -6,7 +6,7 @@ homepage:
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.10.0"
flutter: ">=1.17.0 <2.0.0"
dependencies:
flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment