fleet
fleet copied to clipboard
An animation Framework for Flutter. It is state-based, declarative, extensible, composable and easy to use.
## Proposed Feature I propose adding a "Do Not Animate" widget or an equivalent parameter that can be used to control the animation behavior. This widget would effectively disable animations...
[Implementation is tracked here.](https://holistic-manta-a56.notion.site/0e842e2a2ff34a23afd3508abd026ba6?v=21f7c43236ac437b8d647ce53b2994ac&pvs=4)
We currently cannot use transactions in tests (see #14), but we should add tests where we can work around that. Transactions now work in tests, too.
Add a widget that allows users to transform the animations in the widgets descendants.
Allowing this creates the possibility for infinite loops, and doing it is never a good practice.
The provided widgets that have animatable parameters currently don't add them to the debug properties.
How can we support the following use cases? - Stopping animations - Reacting to animation end - Get current value of animation - Pausing/resuming animation - Animating individual components of...