sa_stateless_animation 0.0.2
sa_stateless_animation: ^0.0.2 copied to clipboard
A new Flutter package.
This project is part of the Simple Animations Framework
π Stateless Animation #
Stateless Animation enables developers to craft custom animations with simple widgets.
π Highlights #
- Create beautiful animations within seconds
- No struggeling with stateful widgets and AnimationControllers
β Usage #
π The following code snippets use supercharged for syntactic sugar.
Getting started #
Add Simple Animations to your project by following the instructions on the install page.
To learn how to use Stateless Animation:
- Continue reading this page
- Study complete examples at example page
- Discover the API documentation
Basic usage pattern #
todo!