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

An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add full_svg_flutter

With Flutter:

 $ flutter pub add full_svg_flutter

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

dependencies:
  full_svg_flutter: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:full_svg_flutter/full_svg_flutter.dart';
13
likes
0
points
197
downloads

Publisher

verified publisherdenisnadey.com

Weekly Downloads

An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.

Repository (GitHub)
View/report issues

Topics

#svg #vector-graphics #animation #smil #flutter

License

unknown (license)

Dependencies

es_compression, flutter, http, meta, vector_graphics, vector_graphics_codec, vector_graphics_compiler, xml

More

Packages that depend on full_svg_flutter