7ec2114484
Flutter Gallery is a resource to help developers evaluate and use Flutter. It is a collection of Material Design & Cupertino widgets, behaviors, and vignettes implemented with Flutter. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
587 B
Plaintext
17 lines
587 B
Plaintext
config BR2_PACKAGE_FLUTTER_GALLERY
|
|
bool "flutter-gallery"
|
|
depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_FLUTTER_ENGINE
|
|
select BR2_PACKAGE_HOST_FLUTTER_SDK_BIN
|
|
help
|
|
Flutter Gallery is a resource to help developers evaluate
|
|
and use Flutter. It is a collection of Material Design &
|
|
Cupertino widgets, behaviors, and vignettes implemented
|
|
with Flutter.
|
|
|
|
https://github.com/flutter/gallery
|
|
|
|
comment "flutter-gallery needs flutter-engine"
|
|
depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
|
|
depends on !BR2_PACKAGE_FLUTTER_ENGINE
|