animate_z_widget 0.0.8 copy "animate_z_widget: ^0.0.8" to clipboard
animate_z_widget: ^0.0.8 copied to clipboard

AnimateZ is a Flutter package that allows you to add various animations to your widgets with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animate_z_widget

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

dependencies:
  animate_z_widget: ^0.0.8

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:animate_z_widget/animate_z_widget.dart';
2
likes
160
points
59
downloads

Publisher

verified publishertamerelzein.com

Weekly Downloads

AnimateZ is a Flutter package that allows you to add various animations to your widgets with ease.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animate_z_widget