rive-flutter icon indicating copy to clipboard operation
rive-flutter copied to clipboard

Add optional package parameter to RiveAnimation.asset constructor

Open tozu opened this issue 1 year ago • 0 comments

The RiveAnimation.asset constructor assumes that all animations are located in the Flutter app's assets-folder.

It does not provide an way to specify an optional package name that holds and provides animations in its assets-folder.

With this PR the RiveAnimation.asset constructor usage would be analog to Flutter's Image.asset constructor.

The implementation of adding the optional package-path is accomplished in similar fashion (see Image.asset source-code here)

tozu avatar Mar 11 '24 13:03 tozu