mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 23:03:11 +08:00
Fix tree by setting SDK bounds for palette_generator example (#242)
This commit is contained in:

committed by
GitHub

parent
65f434f212
commit
181c5d1f3c
@ -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"
|
||||
|
Reference in New Issue
Block a user