1config BR2_PACKAGE_FLUTTER_IMAGE_EXAMPLE
2	bool "flutter image example"
3	select BR2_PACKAGE_CA_CERTIFICATES # runtime
4	help
5	  Use NetworkImageWithRetry instead of Image.network to
6	  load images from the network with a retry mechanism.
7
8	  https://github.com/flutter/packages/tree/main/packages/flutter_image/example
9