A widget that allows to dynamically scale, rotate, flip, and position of the child widget over time with animation capabilities.
Usage
To read more about classes and other references used by animated_transform
, see the API Reference.
AnimatedTransform(
scale: 1.5,
rotate: 45,
flipX: true,
flipY: false,
child: const FlutterLogo(size: 100),
)
Sponsoring
If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.