rive_telemetry 0.3.0
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_telemetryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rive_telemetry: ^0.3.0Alternatively, 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';