re_svg 0.0.5 copy "re_svg: ^0.0.5" to clipboard
re_svg: ^0.0.5 copied to clipboard

A tiny and super-fast SVG rendering library for Flutter, with CSS support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add re_svg

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

dependencies:
  re_svg: ^0.0.5

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:re_svg/re_svg.dart';
8
likes
160
pub points
51%
popularity

Publisher

unverified uploader

A tiny and super-fast SVG rendering library for Flutter, with CSS support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on re_svg