Fix tree by setting SDK bounds for palette_generator example (#242)

This commit is contained in:
Michael Goderbauer
2020-11-12 09:34:24 -08:00
committed by GitHub
parent 65f434f212
commit 181c5d1f3c

View File

@ -3,6 +3,8 @@ description: A simple example of how to use the PaletteGenerator to load the pal
version: 0.1.0
publish_to: none
dependencies:
cupertino_icons: ^0.1.2
flutter:
@ -19,4 +21,5 @@ flutter:
assets:
- assets/landscape.png
environment:
sdk: ">=2.2.0 <3.0.0"