Files
rive-flutter/example
HayesGordon 4e2547d08d Expose methods to easily get Rive state machine inputs
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>
2024-04-22 10:11:46 +00:00
..
2024-04-20 07:12:54 +00:00
2022-11-15 23:07:11 +00:00
2024-01-23 04:14:10 +00:00
2020-07-08 16:36:55 -07:00
2020-07-08 16:36:55 -07:00
2023-03-28 23:39:09 +00:00
2024-04-20 07:12:54 +00:00
2023-01-11 21:04:30 +00:00

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.