animated_rotating_widget 0.0.2 copy "animated_rotating_widget: ^0.0.2" to clipboard
animated_rotating_widget: ^0.0.2 copied to clipboard

Looking to rotate your widget continuously with a specified duration? AnimatedRotatingWidget is your solution. Just provide the duration and the widget will continuously rotate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_rotating_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animated_rotating_widget: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:animated_rotating_widget/animated_rotating_widget.dart';
4
likes
140
pub points
82%
popularity

Publisher

unverified uploader

Looking to rotate your widget continuously with a specified duration? AnimatedRotatingWidget is your solution. Just provide the duration and the widget will continuously rotate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_rotating_widget