disposable_cached_images library

Classes

BaseImageProvider
DisposableCachedImage
DisposableImages
DisposableImages used to initialize the pacakge

Functions

getTargetSize(int? target, int original) int?
uiImageSizeKey(int? width, int? height) String

Typedefs

DisposableImageProvider = AutoDisposeStateNotifierProviderFamily<BaseImageProvider, _ImageProviderState, _ImageProviderArguments>
OnError = Widget Function(BuildContext context, Object error, StackTrace stackTrace, VoidCallback retryCall)
Builder function to create an error widget
OnImage = Widget Function(BuildContext context, Widget imageWidget, int? height, int? width)
Builder function to handel the image widget
OnLoading = Widget Function(BuildContext context, int? height, int? width)
Builder function to create a placeholder widget while the image is loading