rive_canvas 0.0.4 copy "rive_canvas: ^0.0.4" to clipboard
rive_canvas: ^0.0.4 copied to clipboard

This package helps rendering Rives on a canvas directly. It also comes with a RiveComponent for the Flame game engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rive_canvas

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

dependencies:
  rive_canvas: ^0.0.4

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:rive_canvas/rive_canvas.dart';
3
likes
30
pub points
0%
popularity

Publisher

verified publisherbrachy84.me

This package helps rendering Rives on a canvas directly. It also comes with a RiveComponent for the Flame game engine.

Homepage
Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flame, flutter, rive

More

Packages that depend on rive_canvas