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

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. 🥰🥰

Awesome Lists containing this project

README

        

# evil_icons_flutter

> 🖤 Evil Icons for Flutter.

*Made from [Evil Icons](https://github.com/evil-icons/evil-icons).*

![](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)
![Travis (.com)](https://img.shields.io/travis/com/tvc12/evil_icons_flutter?style=flat-square)
![GitHub](https://img.shields.io/github/license/tvc12/evil_icons_flutter.svg?style=flat-square)
![Pub Version](https://img.shields.io/pub/v/evil_icons_flutter?style=flat-square)

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

| [![Thien Chi Vi](https://github.com/tvc12.png?size=100)](https://github.com/tvc12) | [![Cuong Duy Nguyen](https://github.com/kimcuong060498.png?size=100)](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)