providers/providers library
Provides custom image provider implementations for the Supa Architecture package.
This library exports image providers that extend Flutter's ImageProvider to support advanced features like custom HTTP clients, interceptors, and automatic fallback handling.
Currently exports:
- DioImageProvider: A network image provider using Dio with automatic asset fallback
Classes
- DioImageProvider
-
A custom ImageProvider implementation that uses
Dioto fetch images from network URLs with automatic fallback to a local asset image when network requests fail.