mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-11 19:07:06 +08:00
Our current API is quite verbose and requires casting to the relevant class types when using the current find API. These methods simplify the process. Diffs= 1460f5366 Expose methods to easily get Rive state machine inputs (#7085) Co-authored-by: Gordon <pggordonhayes@gmail.com>
Rive Flutter Example
A demo application showcasing Rive Flutter.
Getting Started
Clone this repository:
git clone https://github.com/rive-app/rive-flutter
Run the example:
cd rive-flutter/example
flutter pub get
flutter run
Flutter Installation Instructions
If you're new to Flutter, see the official installation instructions.