rive_telemetry 0.2.0
rive_telemetry: ^0.2.0 copied to clipboard
Development-only Flutter telemetry bridge for inspecting and controlling Rive state machines and ViewModels from VS Code.
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.2.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';