Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rshrc/flutter_icomoon_icons

490 free IcoMoon icons for flutter
https://github.com/rshrc/flutter_icomoon_icons

dart flutter font icomoon icons

Last synced: 26 days ago
JSON representation

490 free IcoMoon icons for flutter

Awesome Lists containing this project

README

        

![header](github_assets/header.jpg)

# flutter_icomoon_icons

## [See Catalog](https://erikflowers.github.io/weather-icons/)

facing any problems? have a look into the documentation (class IcoMoonIcons)

## 490 Free IcoMoon Icons for Flutter.

This flutter package allows you to use all of the IcoMoon package

Find it at at [pub.dartlang.org](https://pub.dev/packages/flutter_icomoon_icons)

## Installation

In the dependencies: section of your pubspec.yaml, add the following line:

`flutter_icomoon_icons: `

## Usage

```dart
import 'package:flutter_icomoon_icons/flutter_icomoon_icons.dart';

class MyAwesomeWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
// Use the IcoMoonIcons class for the IconData
icon: Icon(IcoMoonIcons.home),
onPressed: () {
print("IcoMoon Icon Pressed! It's Home!");
}
);
}
}
```

## Example

View the Flutter app in the `example` directory.

## Screenshot

![screenshot](github_assets/screenshot.jpg)

## Developers

_Made with ❤️ by [Rishi Banerjee](https://github.com/rshrc) and [Nikhil Anand](https://github.com/muj-programmer)_