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

SVG Validation and Image Provider

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add svg_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  svg_provider: ^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:svg_provider/svg_provider.dart';
3
likes
140
points
443
downloads

Publisher

verified publisherdartfoundry.com

Weekly Downloads

SVG Validation and Image Provider

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg, http

More

Packages that depend on svg_provider