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.
0.2.0 #
- Added multi-runtime telemetry identity with
runtimeIdandlabel. - Added state machine input telemetry for boolean, number, and trigger inputs.
- Added VS Code command routing support for state machine input mutation.
- Added ViewModel telemetry models and adapter boundary.
- Added ViewModel property telemetry and runtime mutation support for supported property types.
- Added in-memory snapshot and diff support for state machine inputs and ViewModel properties.
- Added a minimal single-runtime Flutter example using
demo_2.riv. - Kept telemetry disabled by default in release builds.
0.0.1 #
- Initial development scaffold.