mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-12 03:19:47 +08:00
* feat(flutter): add shared texture through rive panel * feat: updates to rive panel * chore: revert pub path change * docs: update api level docs * feat: expose drawOrder feat: Add fallback AtlasTypes that don't need float color buffers (#10475) 5e6f683b9e Floating point color buffers are only supported via extensions in GL. Previously, the feather atlas would just break when this functionality wasn't present. This PR adds support for multiple different AtlasTypes that make use of various GL extensions to render the atlas. As a final resort, if none of the other extensions are available, it can split coverage up into rgba8 compoments. This mode works on unextended GL at the cost of quality. 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.