rive_telemetry 0.3.0 copy "rive_telemetry: ^0.3.0" to clipboard
rive_telemetry: ^0.3.0 copied to clipboard

Debug Rive animations in Flutter from VS Code by inspecting and controlling state machine inputs and ViewModel properties.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rive_telemetry

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

dependencies:
  rive_telemetry: ^0.3.0

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_telemetry/rive_telemetry.dart';
2
likes
160
points
94
downloads

Documentation

API reference

Publisher

verified publisherchidube.com

Weekly Downloads

Debug Rive animations in Flutter from VS Code by inspecting and controlling state machine inputs and ViewModel properties.

Repository (GitHub)
View/report issues

Topics

#rive #telemetry #debugging #flutter

License

MIT (license)

Dependencies

flutter, rive, web_socket_channel

More

Packages that depend on rive_telemetry