flutter_svg_pro 1.0.0-beta copy "flutter_svg_pro: ^1.0.0-beta" to clipboard
flutter_svg_pro: ^1.0.0-beta copied to clipboard

An interactive, highly-optimized, isolate-powered SVG parsing and rendering engine for Flutter with CSS styling and selection hit-testing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_svg_pro

With Flutter:

 $ flutter pub add flutter_svg_pro

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

dependencies:
  flutter_svg_pro: ^1.0.0-beta

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:flutter_svg_pro/flutter_svg_pro.dart';
1
likes
0
points
191
downloads

Publisher

unverified uploader

Weekly Downloads

An interactive, highly-optimized, isolate-powered SVG parsing and rendering engine for Flutter with CSS styling and selection hit-testing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path_drawing, vector_math, xml

More

Packages that depend on flutter_svg_pro