Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rshrc/flutter_icomoon_icons
- Owner: rshrc
- License: mit
- Created: 2019-07-17T18:28:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T01:08:19.000Z (over 5 years ago)
- Last Synced: 2023-08-20T21:58:37.997Z (about 1 year ago)
- Topics: dart, flutter, font, icomoon, icons
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_icomoon_icons/
- Size: 329 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)_