https://github.com/giyeongum/animated_icons
Flutter animated icons
https://github.com/giyeongum/animated_icons
dart flutter iconpack icons package
Last synced: 14 days ago
JSON representation
Flutter animated icons
- Host: GitHub
- URL: https://github.com/giyeongum/animated_icons
- Owner: GiYeongUM
- License: mit
- Created: 2022-09-06T03:02:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T02:21:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T11:11:13.560Z (3 months ago)
- Topics: dart, flutter, iconpack, icons, package
- Language: Dart
- Homepage:
- Size: 2.13 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# icon_animated
Flutter animated icons[](https://flutter.dev/)
## 📋 Icon lists
- check
- fail
- alert
- trendingUp
- trendingDown
- search
- message
- add
- download
- bluetooth
- menu
- sort
- filter## âš¡ [Installation](https://flutter.dev/docs/development/packages-and-plugins/using-packages)
```yaml
dependencies:
animated_icons: ^
```## 📷 GIF
## 💪 Use
1. add widget
``` dart
IconAnimated(
color: Colors.green,
active: isActive, // boolean
size: 100,
iconType: IconType.check,
),
```2. just trigger widget
``` dart
setState(() {
isActive = !isActive;
});
```## 📋 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 **[email protected]** via email or **Git Issue**.