Vector Feathering Flutter - rive_native
The new feathering feature obviously doesnt work in flutter due to skia/impeller renderer. im trying to look into using the flutter rive_native package which says it supports state machine inputs.
However none of the examples in the package showcase how to do this and the API is completely different to the Rive Flutter package so porting my code to rive_native will atleast require some decent documentation.
Please provide some basic snippet examples for how to implement controlled inputs on pre-loaded rive assets into a riveRenderer widget
I have got the inputs and playback working using rive_native package, and the files with feathering are atleast animating correctly unlike with the skia/impeller renderer. however the feathering effect is absent. instead the fill is completely solid across the whole area of the feather effect causing a large blocky fill.
I believe there is some update to the rive renderer to support rendering the feather effect that has not been shipped? when it is shipped please ensure that the rive_native pubdev package is updated to use the latest rive_renderer!
The rive_native runtime is still in beta and doesn't include the feathering update quite yet, but we hope to launch it soon. Sorry for the delay. Right now we don't have docs, but you can use the example found here: https://pub.dev/packages/rive_native/example