1config BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS 2 bool 3 default y if BR2_HOSTARCH = "x86_64" 4 5config BR2_PACKAGE_HOST_FLUTTER_SDK_BIN 6 bool "host flutter-sdk-bin" 7 depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS 8 help 9 Flutter is Google's SDK for crafting beautiful, fast user 10 experiences for mobile, web, and desktop from a single 11 codebase. Flutter works with existing code, is used by 12 developers and organizations around the world, and is 13 free and open source. 14 15 https://flutter.dev/ 16