magic_image 1.0.2 copy "magic_image: ^1.0.2" to clipboard
magic_image: ^1.0.2 copied to clipboard

A Flutter package that simplifies advanced image loading, display, and interaction.

0.0.1 #

  • initial release.

0.0.2 #

  • added forceSvg, semanticsLabel, alignment

0.0.3 #

  • added placeHolderBuilder and errorWidgetBuilder

0.0.4 #

  • added key in extension

0.1.0 #

  • added web support and License update

1.0.0 #

  • removed gesture detector in favour of raw gesture and redundant builders

1.0.1 #

  • Added Example

1.0.1+1 #

  • Updated Readme

1.0.1+2 #

  • Updated Readme

1.0.2 #

  • Added MagicImageProvider — an ImageProvider subclass that auto-resolves to FileImage, CachedNetworkImageProvider, or AssetImage based on the path
  • SVG support in MagicImageProvider: SVGs (auto-detected by .svg extension or via forceSvg) are rendered to a bitmap using flutter_svg and returned as a standard ImageInfo
  • Added toMagicImageProvider() extension on String for convenient usage
2
likes
150
points
91
downloads

Documentation

API reference

Publisher

verified publishergtirkha.com

Weekly Downloads

A Flutter package that simplifies advanced image loading, display, and interaction.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg

More

Packages that depend on magic_image