adaptive_image_loader 1.0.2
adaptive_image_loader: ^1.0.2 copied to clipboard
Load normal and Google Drive images with full Image.network customization and optional caching.
1.0.2 #
- Added Example
1.0.1 #
- Added comprehensive example demonstrating all supported use cases
- Added examples for:
- Normal web image loading
- Google Drive image loading
- Dropbox image loading
- Cached vs non-cached images
- Background image usage via AdaptiveImageProvider
- Improved documentation around caching behavior and background images
- Clarified differences between AdaptiveImage widget and AdaptiveImageProvider
1.0.0 #
- Initial release
- Load images from:
- Normal public image URLs
- Google Drive share links
- Dropbox share links
- Automatic conversion of Drive and Dropbox links to direct image URLs
- Optional disk caching using cached_network_image
- AdaptiveImage widget for UI-based image rendering
- AdaptiveImageProvider for background images (CircleAvatar, DecorationImage)