Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andronasef/iconify_flutter
A flutter package that provides all icons you need
https://github.com/andronasef/iconify_flutter
dart flutter flutter-package iconify icons
Last synced: about 1 month ago
JSON representation
A flutter package that provides all icons you need
- Host: GitHub
- URL: https://github.com/andronasef/iconify_flutter
- Owner: andronasef
- License: mit
- Archived: true
- Created: 2022-03-10T22:26:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T02:39:35.000Z (over 1 year ago)
- Last Synced: 2024-09-19T05:18:40.906Z (about 2 months ago)
- Topics: dart, flutter, flutter-package, iconify, icons
- Language: Dart
- Homepage: https://pub.dev/packages/iconify_flutter
- Size: 87.7 MB
- Stars: 88
- Watchers: 1
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Before starting ✋. I want to tell you that every star 🌟 added to my space shines my world and motivate me 💪 to make more awesome things like this one so please don't forget to give me a star and like the project.
Iconify Flutter
[![likes](https://img.shields.io/pub/likes/iconify_flutter?logo=dart)](https://pub.dev/packages/iconify_flutter)
[![GitHub stars](https://img.shields.io/github/stars/andronasef/iconify_flutter.svg?style=flat&label=Star&maxAge=3600&logo=github&color=success)](https://github.com/andronasef/iconify_flutter/)
[![HitCount](https://hits.dwyl.com/andronasef/iconify_flutter.svg?style=flat)](https://pub.dev/packages/iconify_flutter)Not just another icon library. it's +100 open source iconsets to make your flutter apps more beautiful.
## How to use? 🤔
First of course you need to install it
```console
$ flutter pub add iconify_flutter
```Then it as easy as this
```dart
import 'package:iconify_flutter/iconify_flutter.dart'; // For Iconify Widget
import 'package:iconify_flutter/icons/zondicons.dart'; // for Non Colorful Icons
import 'package:colorful_iconify_flutter/icons/emojione.dart'; // for Colorful Icons
....Iconify(Zondicons.airplane)
Iconify(Emojione.baby)
// as widgets
```## Discover All Icons 🕵️
To explore all the icons, [Click Here](https://andronasef.github.io/iconify_flutter)
## How to use svg as icon with iconify ✏️
```dart
import 'package:iconify_flutter/iconify_flutter.dart';....
const String svgIcon =
'
' // svg file as stringIconify(svgIcon) // as a widget
```## Get list of all icons of specific icon set 📋
```dart
import 'package:iconify_flutter/icons/zondicons.dart';...
Zondicons.iconsList // List of all icons of VS Code icon set
```## Important Notes ❗
- There is two diffrent versions of icons packages(package:colorful_iconify_flutter/icons/) colorful icons sets and (package:iconify_flutter/icons/) for un colorful icons sets. so please use the right package name
- All icon sets are free but Some collections require attribution when used for commercial purposes. See [This List](https://github.com/iconify/icon-sets/blob/master/collections.md) of collections and their licenses.
## Thanks to 🙏
[@cyberalien](https://github.com/cyberalien) for his awesome icon framework [Iconify](https://github.com/iconify) which this package based on
[@antfu](https://github.com/antfu) for his site [icones](https://github.com/antfu/icones)
[@IconDesigners](https://github.com/iconify/icon-sets/blob/master/collections.md) who own icon sets
[@You](https://www.reactiongifs.us/wp-content/uploads/2019/03/Thank-U.gif) for using this package and supporting me by sharing it among the flutter community
## Dreams 💭
- [ ] Get first 100 stars on [github.com](https://github.com/andronasef/iconify_flutter/)
- [ ] Get Flutter Favourite Badge
- [x] Get first 100 likes on [pub.dev](https://pub.dev/packages/iconify_flutter/)
- [x] Add colorful icons to iconify_flutter