android_glide_view 0.0.4
android_glide_view: ^0.0.4 copied to clipboard
A Flutter plugin for displaying images with Glide.
0.0.4 #
- Optimize: Enhanced image loading performance by implementing caching in native GlideView
0.0.3 #
- Fix: Resolved bugs in the native Android code.
0.0.2 #
- Update MIT license.
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.