core/image_loader library
Functions
-
loadImage(
String path) → Future< Image> - Loads an image from either a local asset path or a network URL.
-
loadSegmentImages(
List< WheelSegment> segments) → Future<List< WheelSegment> > - Iterates through a list of WheelSegments and loads icons for those with a valid path.