mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-23 08:01:47 +08:00

* fix(rive_flutter): draw at least one frame on active false * chore: single line boolean operation * chore: update CHANGELOG feat: add support for artboard style overrides in lists (#10212) ca58369fb6 add support for artboard style overrides in lists chore: refactor scripting api (#10218) 85aa06d5db * chore: explicit vec2D.xy and origin * chore: reworking color api * chore: refactor mat2d * chore: add paint.with and paint.new * feature: working on exposing builtin definitions * chore: cleanup * fix: removing unused var * fix: bad api call * chore: missed file 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.