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

https://github.com/icapps/flutter_icapps_icons


https://github.com/icapps/flutter_icapps_icons

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

A package that adds the ability to use all the icons of the icapps iconic library

## Getting started

All you have to do to get started is to add this piece of code below to your pubspec.yaml

```yaml
flutter:
fonts:
- family: icappsIcons
fonts:
- asset: packages/icapps_icons/fonts/icappsIcons.ttf
```

## Usage

You can use it like you would do any other icon in flutter.

```dart
Icon(IcappsIcons.alarm),
```