https://github.com/tvc12/evil_icons_flutter
Icon evil pack with the code to support flutter, easy use, beautifully. 🥰🥰
https://github.com/tvc12/evil_icons_flutter
evil-icons flutter icons
Last synced: 2 months ago
JSON representation
Icon evil pack with the code to support flutter, easy use, beautifully. 🥰🥰
- Host: GitHub
- URL: https://github.com/tvc12/evil_icons_flutter
- Owner: tvc12
- License: mit
- Created: 2019-04-23T06:25:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T14:46:38.000Z (about 4 years ago)
- Last Synced: 2025-04-09T22:52:56.238Z (2 months ago)
- Topics: evil-icons, flutter, icons
- Language: Dart
- Homepage: https://pub.dev/packages/evil_icons_flutter
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# evil_icons_flutter
> 🖤 Evil Icons for Flutter.
*Made from [Evil Icons](https://github.com/evil-icons/evil-icons).*



## Installation
### Add this to your package's pubspec.yaml file:
```yaml
dependencies:
evil_icons_flutter: ^0.5.0
```### You can install packages from the command line:
```
$ flutter packages get
```
## Usage
See more icon at [EvilIcons](https://evil-icons.io/) by [Alexander Madyankin](https://github.com/outpunk) & [Roman Shamin](https://twitter.com/romanshamin) (**70** icons)
```dart
import 'package:evil_icons_flutter/evil_icons_flutter.dart';class User extends StatelessWidget {
Widget build(_) {
return _buildIconButton();
}Widget _buildIconButton() {
return IconButton(
icon: Icon(EvilIcons.user) // icon user
);//IconButton
}
}```
## Contributors
| [](https://github.com/tvc12) | [](https://github.com/kimcuong060498) |
| :--------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------: |
| [Thien Chi Vi](https://github.com/tvc12) | [Cuong Duy Nguyen](https://github.com/kimcuong060498) |## License
This project is licenced under the [MIT @tvc12](https://github.com/tvc12/evil_icons_flutter/blob/master/LICENSE).
Any bundled fonts are copyright to their respective authors under [MIT @evil-icons](https://github.com/evil-icons/evil-icons)