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

PlatformAndroid

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 Flutter:

 $ flutter pub add mypaint_ffi

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

dependencies:
  mypaint_ffi: ^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:mypaint_ffi/mypaint_ffi.dart';
1
likes
155
points
186
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Android-only Flutter FFI plugin wrapping libmypaint to paint MyPaint brush strokes with pressure and tilt onto a pixel surface.

Homepage
Repository (GitHub)
View/report issues

Topics

#painting #drawing #brush #graphics #ffi

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on mypaint_ffi

Packages that implement mypaint_ffi