Animation - FUIAnimationHelper

The Focus UI Kit includes the FUIAnimationHelper class, a utility class designed to facilitate animation during widget construction.
The FUIAnimationHelper serves as a convenience for the flutter_animator package, drawing inspiration from the widely-used web library Animate.css.
Widget Class Location
The FUIAnimationHelper widget class could be found in:
Usage
A straightforward illustration of implementing a widget that gradually fades in:
The FUIAnimationType enum offers a comprehensive collection of predefined animation types. Please explore further.
Controlling the animation duration
The duration and other settings can be achieved via the preferences parameter.
For example:
Animation Status Callback - animationStatusListener
Callback methods can be attached to various animation states. For instance, an example of executing a callback when the animation is completed (via the animationStatusListener) is provided below:
Kindly refer to the https://pub.dev/packages/flutter_animator package for further information.