position_animator 0.0.1 copy "position_animator: ^0.0.1" to clipboard
position_animator: ^0.0.1 copied to clipboard

A Flutter package that allows you to animate the movement of a widget from its current position to the position of another widget on the screen. This package also provides the flexibility to customize [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add position_animator

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

dependencies:
  position_animator: ^0.0.1

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:position_animator/position_animator.dart';
9
likes
140
pub points
46%
popularity

Publisher

verified publishermustafaturkmen.dev

A Flutter package that allows you to animate the movement of a widget from its current position to the position of another widget on the screen. This package also provides the flexibility to customize the animation's behavior and appearance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on position_animator