12345678910111213141516 |
- 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
|