https://github.com/davigmacode/flutter_animated_transform
A widget that allows to dynamically scale, rotate, flip, and position of the child widget over time with animation capabilities.
https://github.com/davigmacode/flutter_animated_transform
Last synced: over 1 year ago
JSON representation
A widget that allows to dynamically scale, rotate, flip, and position of the child widget over time with animation capabilities.
- Host: GitHub
- URL: https://github.com/davigmacode/flutter_animated_transform
- Owner: davigmacode
- License: bsd-3-clause
- Created: 2024-03-12T00:53:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T00:59:04.000Z (about 2 years ago)
- Last Synced: 2025-01-21T14:21:35.997Z (over 1 year ago)
- Language: Dart
- Homepage: https://pub.dev/packages/animated_transform
- Size: 593 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dev/packages/animated_transform)  [](https://www.buymeacoffee.com/davigmacode) [](https://ko-fi.com/davigmacode)
A widget that allows to dynamically scale, rotate, flip, and position of the child widget over time with animation capabilities.
[](https://davigmacode.github.io/flutter_animated_transform)
[Demo](https://davigmacode.github.io/flutter_animated_transform)
## Usage
To read more about classes and other references used by `animated_transform`, see the [API Reference](https://pub.dev/documentation/animated_transform/latest/).
```dart
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.