An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# icon_animated
Flutter animated icons

[![Flutter](https://img.shields.io/badge/Platform-Flutter-blue.svg)](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**.