mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-05 22:21:11 -09:00
This package uses the NetworkImageWithRetry method to download the Flutter logo. The package requires ca-certificates, or else SSL errors occur when the application attempts to download the image. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
9 lines
317 B
Plaintext
9 lines
317 B
Plaintext
config BR2_PACKAGE_FLUTTER_IMAGE_EXAMPLE
|
|
bool "flutter image example"
|
|
select BR2_PACKAGE_CA_CERTIFICATES # runtime
|
|
help
|
|
Use NetworkImageWithRetry instead of Image.network to
|
|
load images from the network with a retry mechanism.
|
|
|
|
https://github.com/flutter/packages/tree/main/packages/flutter_image/example
|