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

Load SVG with caching via ExtendedImage. Supports dynamic color, retries, and full customization.

extended_svg_picture #

pub package

Show network svg with local file cache future.

Features #

Base on ExtendedImage and FlutterSvg, add local file cache future

Getting started #

flutter pub add extended_svg_picture

Usage #

String imageUrl = "";
Widget svgPicture = ExtendedSvgPicture(
  imageUrl: imageUrl,
  width: 30,
  height: 30,
);
1
likes
140
points
87
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Load SVG with caching via ExtendedImage. Supports dynamic color, retries, and full customization.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

extended_image, flutter, flutter_svg

More

Packages that depend on extended_svg_picture