Config.in 587 B

12345678910111213141516
  1. config BR2_PACKAGE_FLUTTER_GALLERY
  2. bool "flutter-gallery"
  3. depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
  4. depends on BR2_PACKAGE_FLUTTER_ENGINE
  5. select BR2_PACKAGE_HOST_FLUTTER_SDK_BIN
  6. help
  7. Flutter Gallery is a resource to help developers evaluate
  8. and use Flutter. It is a collection of Material Design &
  9. Cupertino widgets, behaviors, and vignettes implemented
  10. with Flutter.
  11. https://github.com/flutter/gallery
  12. comment "flutter-gallery needs flutter-engine"
  13. depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
  14. depends on !BR2_PACKAGE_FLUTTER_ENGINE