gt_image_viewer 1.0.0 copy "gt_image_viewer: ^1.0.0" to clipboard
gt_image_viewer: ^1.0.0 copied to clipboard

A universal Flutter image viewer package supporting network images with caching, SVG rendering, and Lottie animations with configurable containers.

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 - 2025-12-27 #

Added #

  • UniversalImageViewer - Universal image widget
    • Asset image support
    • Network image with caching (cached_network_image)
    • Configurable fade animations
    • Custom HTTP headers support
    • Memory and disk cache control
  • UniversalSvgViewer - SVG image widget
    • Asset SVG support
    • Network SVG support
    • Color tinting via ColorFilter
  • UniversalLottieViewer - Lottie animation widget
    • Asset animation support
    • Network animation support
    • Animation controller access
    • Repeat and reverse options
  • ImageContainerConfig - Shared configuration
    • Width, height, fit, alignment
    • Circular image support
    • Border radius, border, box shadow
    • Padding, margin, clip behavior
  • CacheManagerHelper - Cache management utility
    • Singleton cache manager
    • Cache clearing methods
    • Individual file removal
0
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A universal Flutter image viewer package supporting network images with caching, SVG rendering, and Lottie animations with configurable containers.

Repository (GitHub)
View/report issues

Topics

#images #svg #lottie #cache #widget

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, flutter_svg, lottie

More

Packages that depend on gt_image_viewer