image_to_svg 0.0.1 copy "image_to_svg: ^0.0.1" to clipboard
image_to_svg: ^0.0.1 copied to clipboard

A Rust FFI plugin to convert image to SVG.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_to_svg

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

dependencies:
  image_to_svg: ^0.0.1

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:image_to_svg/image_to_svg.dart';
3
likes
25
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

A Rust FFI plugin to convert image to SVG.

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on image_to_svg

Packages that implement image_to_svg