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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add extended_svg_picture

This 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.0

Alternatively, 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';
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