burzza/iconify_flutter_plus
Um pacote Flutter que fornece todos os ícones de que você precisa
- Stars
- 6
- Forks
- 0
- Último push (UTC)
- 2 de mar. de 2023
- Status do projeto
- Ativo
Dependências usadas
Lista de dependências 5 itens
- flutter
{"sdk":"flutter"} - flutter_svg
^1.1.5 - colorful_iconify_flutter
— - flutter_testDesenvolvimento
{"sdk":"flutter"} - flutter_lintsDesenvolvimento
^1.0.0
README original
Texto original em inglês. Visite o GitHub para a versão atual.
Expandir / recolher 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
https://github.com/andronasef/iconify_flutter/raw/master/website/screenshots/1.pngNot 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
$ flutter pub add iconify_flutter
Then it as easy as this
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
How to use svg as icon with iconify ✏️
import 'package:iconify_flutter/iconify_flutter.dart';
....
const String svgIcon =
'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="#000000" d="M3 3h18v18H3z"></path></svg>
' // svg file as string
Iconify(svgIcon) // as a widget
Get list of all icons of specific icon set 📋
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 of collections and their licenses.
Thanks to 🙏
@cyberalien for his awesome icon framework Iconify which this package based on
@IconDesigners who own icon sets
@You for using this package and supporting me by sharing it among the flutter community
Dreams 💭
- [ ] Get first 100 stars on github.com
- [ ] Get Flutter Favourite Badge
- [x] Get first 100 likes on pub.dev
- [x] Add colorful icons to iconify_flutter