mypaint_ffi 0.0.3
mypaint_ffi: ^0.0.3 copied to clipboard
Android-only Flutter FFI plugin wrapping libmypaint to paint MyPaint brush strokes with pressure and tilt onto a pixel surface.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mypaint_ffiWith Flutter:
$ flutter pub add mypaint_ffiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mypaint_ffi: ^0.0.3Alternatively, 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:mypaint_ffi/mypaint_ffi.dart';