mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
flutter-sdk-bin is a collection of host tools and plugins used to compile flutter applications. - As this is a collection of pre-compiled tools, append -bin to the end of the package name. - We must set the HOME directory variable to the sdk directory or else the flutter dart binaries place .dart, .dart-sdk, and .flutter in ~/. - set --clear-features, --no-analytics and --disable-telemetry first to disable google tracking as soon as possible. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> [yann.morin.1998@free.fr: - set FLUTTER_SDK_BIN_PUB_CACHE for other packages to make use of it ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>