rive_telemetry 0.2.0 copy "rive_telemetry: ^0.2.0" to clipboard
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_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.2.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
150
points
123
downloads

Documentation

API reference

Publisher

verified publisherchidube.com

Weekly Downloads

Development-only Flutter telemetry bridge for inspecting and controlling Rive state machines and ViewModels from VS Code.

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