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

A Flutter canvas library inspired by Fabric.js — interactive, selectable, draggable, scalable, and rotatable objects on a canvas with free drawing, JSON serialization, and SVG path support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_fabric

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

dependencies:
  flutter_fabric: ^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:flutter_fabric/flutter_fabric.dart';
1
likes
140
points
43
downloads

Documentation

API reference

Publisher

verified publisherdevxhub.com

Weekly Downloads

A Flutter canvas library inspired by Fabric.js — interactive, selectable, draggable, scalable, and rotatable objects on a canvas with free drawing, JSON serialization, and SVG path support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on flutter_fabric