extended_svg_picture 1.0.0
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 #
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,
);