mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-09-19 12:43:16 +08:00

- ran ```dev/generate_core_runtime.sh build``` - cleaned up a lot of accumulated changes from the last few months that needed to be stripped/modified for the rutnime - removed no longer supported lining options from analysis files - fixed up defs for some editor only features so they don't transpile - added some more details to changelog - bumped pubspec version Diffs= aa8c750bd Update flutter runtime (#4835)
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.