[palette_generator] Remove Flutter version upper bound (#284)

Aligns with recent template changes.
This commit is contained in:
stuartmorgan
2021-02-12 12:38:01 -08:00
committed by GitHub
parent 9fc43c40fb
commit 48a2148811

View File

@ -16,4 +16,4 @@ dev_dependencies:
environment:
sdk: ">=2.2.0 <3.0.0"
flutter: ">=1.15.21 <2.0.0"
flutter: ">=1.15.21"