android_glide_view 0.0.1
android_glide_view: ^0.0.1 copied to clipboard
A Flutter plugin for displaying images with Glide.
0.0.1 #
- Provides a Flutter widget (
GlideView) for displaying images using the native Glide image loading library on Android. - Features:
- High-performance image loading and caching via Glide (native Android).
- Supports network URLs, local file paths, and content URIs as image sources.
- Automatic memory and disk caching for efficient image reuse.
- Image transformations: center crop, fit center, and circle crop.
- Customizable widget dimensions.
- Placeholder and error image support.
- Seamless integration with Flutter widgets using Android platform views.
- Extensible platform interface for future support of other platforms.
- Includes example app demonstrating basic and advanced usage.