icon_animated

Creator: coderz1093

Last updated:

Add to Cart

Description:

icon animated

icon_animated #
Flutter animated icons

📋 Icon lists #

check
fail
alert
trendingUp
trendingDown
search
message
add
download
bluetooth
menu
sort
filter

âš¡ Installation #
dependencies:
animated_icons: ^<latest_version>
copied to clipboard
📷 GIF #

💪 Use #

add widget

IconAnimated(
color: Colors.green,
active: isActive, // boolean
size: 100,
iconType: IconType.check,
),
copied to clipboard

just trigger widget

setState(() {
isActive = !isActive;
});
copied to clipboard
📋 Notice #
This package can be used for commercial purposes.
We're going to add a new icon every update.
If you need any icons, send png or svg icon to eomky2005@gmail.com via email or Git Issue.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.