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

outdated

A new Flutter package project.

Animate Any two icons with this plugin #

Demo: #

[Demo 1] [Demo 2] [Demo 3]

How to use: #

All plugin in your pubspec.yaml

animate_icons:

Make the import:

import 'package:animate_icons/animate_icons.dart';

Use the following widget:

AnimateIcons(
    startIcon: Icons.add,
    endIcon: Icons.close,
    size: 60.0,
    onStartIconPress: () {
        print("Clicked on Add Icon");
    },
    onEndIconPress: () {
        print("Clicked on Close Icon");
    },
    duration: Duration(milliseconds: 500),
    color: Theme.of(context).primaryColor,
    clockwise: false,
),
207
likes
0
points
7.38k
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animate_icons