icon_animated 1.2.1 copy "icon_animated: ^1.2.1" to clipboard
icon_animated: ^1.2.1 copied to clipboard

Awesome flutter icons. Animated icons! using it very easily.

icon_animated #

Flutter animated icons

Flutter

📋 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 #

  1. add widget
IconAnimated(
  color: Colors.green,
  active: isActive, // boolean
  size: 100,
  iconType: IconType.check,
),
copied to clipboard
  1. 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.

15
likes
150
points
1.33k
downloads

Publisher

verified publishertyrannoapartment.com

Weekly Downloads

2024.09.14 - 2025.03.29

Awesome flutter icons. Animated icons! using it very easily.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on icon_animated