network_to_file_image library

Classes

ImageForCanvas<T>
IMPORTANT: See example file: main_image_for_canvas.dart
NetworkToFileImage
This is a mixture of FileImage and NetworkImage. It will download the image from the url once, save it locally in the file system, and then use it from there in the future.

Typedefs

LoadCallback<T> = void Function(ImageInfo image, T obj, Object? key)

Exceptions / Errors

NetworkToFileImageLoadException