rive_common 0.4.15 copy "rive_common: ^0.4.15" to clipboard
rive_common: ^0.4.15 copied to clipboard

Share Rive functionality between the editor and the Flutter runtime.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rive_common

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

dependencies:
  rive_common: ^0.4.15

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_common/layout_engine.dart';
import 'package:rive_common/math.dart';
import 'package:rive_common/platform.dart';
import 'package:rive_common/rive_audio.dart';
import 'package:rive_common/rive_text.dart';
import 'package:rive_common/rive_web.dart';
import 'package:rive_common/utilities.dart';
2
likes
120
points
297k
downloads

Publisher

verified publisherrive.app

Weekly Downloads

Share Rive functionality between the editor and the Flutter runtime.

Documentation

API reference

License

MIT (license)

Dependencies

collection, ffi, flutter, flutter_web_plugins, graphs, http, meta, plugin_platform_interface, web

More

Packages that depend on rive_common