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

A versatile Flutter package for handling various image types including network images, SVGs, and local assets with caching and error handling.

Changelog #

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-09-27 #

Added #

  • Initial release of ImageBuilder package
  • Support for network images with caching via cached_network_image
  • Support for local asset images (PNG, JPG, JPEG, WEBP)
  • Support for SVG images with color customization via flutter_svg
  • Automatic format detection based on file extension
  • Built-in error handling and fallback widgets
  • Loading placeholders for network images
  • Flexible sizing options (width/height or unified size parameter)
  • Comprehensive logging for debugging
  • Two main methods: ImageBuilder.image() and ImageBuilder.network()

Features #

  • πŸ–ΌοΈ Multiple image format support
  • 🌐 Network image caching
  • 🎨 SVG color customization
  • ⚑ Error handling with fallback widgets
  • πŸ”„ Loading states for network images
  • πŸ“ Flexible sizing options
3
likes
0
points
391
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile Flutter package for handling various image types including network images, SVGs, and local assets with caching and error handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_svg

More

Packages that depend on image_builder