Files
buildroot/package/flutter-packages/flutter-image-example/Config.in
Adam Duskett 83c1ba5f44 package/flutter-packages/flutter-image-example: new package
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>
2024-03-26 00:01:26 +01:00

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