Rive Visualiser
I made this flutter project to learn how to implement Rive animations particulary how to use Rive State Machine Feature in flutter.
This project is a showcase of some selected Rive animations implemented using Rive's Flutter runtime.
- All the animation creaters and app icon creators have been attributed.
Prerequisites
- Flutter has to be installed. If not, refer to this link.
Getting Started
- Clone the repository
- Install the dependencies
flutter pub get
- Run the application
flutter run
TODO
[ ] Update Gradle file after launcher icons plugin bug is fixed.