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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add extended_svg_pictureThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
extended_svg_picture: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:extended_svg_picture/extended_svg_picture.dart';