An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Pub Version](https://img.shields.io/pub/v/animated_transform)](https://pub.dev/packages/animated_transform) ![GitHub](https://img.shields.io/github/license/davigmacode/flutter_animated_transform) [![GitHub](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee&color=yellow&label)](https://www.buymeacoffee.com/davigmacode) [![GitHub](https://badgen.net/badge/icon/ko-fi?icon=kofi&color=red&label)](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.

[![Preview](https://github.com/davigmacode/flutter_animated_transform/raw/main/media/preview.gif)](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

Buy Me A Coffee
Ko-Fi

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.