All Projects → Ademking → Koukicons_flutter

Ademking / Koukicons_flutter

Licence: mit
🍪 Colorful Icons for your Flutter App

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Koukicons flutter

Vectoriconsroundup
A comparison between popular vectorial icon fonts
Stars: ✭ 126 (-7.35%)
Mutual labels:  icons
Xmake Repo
📦 An official xmake package repository
Stars: ✭ 130 (-4.41%)
Mutual labels:  package
Rmdi
React Material Design Icons – built with Pixo, Styled Components, and Styled System
Stars: ✭ 132 (-2.94%)
Mutual labels:  icons
Laravel Short Url
A Laravel package to shorten urls
Stars: ✭ 127 (-6.62%)
Mutual labels:  package
Php badge
This is an identification tag based on SVG, It can quickly generate various labels and status identifiers
Stars: ✭ 101 (-25.74%)
Mutual labels:  icons
Flutterweekview
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
Stars: ✭ 130 (-4.41%)
Mutual labels:  package
Gitdependencyresolverforunity
This plugin resolves git url dependencies in the package for Unity Package Manager. You can use a git url as a package dependency!
Stars: ✭ 126 (-7.35%)
Mutual labels:  package
Forest Express Sequelize
🌱 Express/Sequelize Liana for Forest Admin
Stars: ✭ 134 (-1.47%)
Mutual labels:  package
Apaxy
a simple, customisable theme for your apache directory listing
Stars: ✭ 1,672 (+1129.41%)
Mutual labels:  icons
Laravel Governor
Manage authorization with granular role-based permissions in your Laravel Apps.
Stars: ✭ 131 (-3.68%)
Mutual labels:  package
Flagpack Core
Flagpack contains 260+ easily implementable flag icons to use in your design or code project.
Stars: ✭ 127 (-6.62%)
Mutual labels:  icons
Svgiconimagelist
Three engines to render SVG (GDI+, Direct2D or Cairo) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...): TSVGIconImage, TSVGIconImageCollection, TSVGIconVirtualImageList and TSVGIconImageList (for VCL and FMX).
Stars: ✭ 127 (-6.62%)
Mutual labels:  icons
Svg To Ts
Build performant SVG icon libraries by converting raw SVG files to TypeScript that is optimized for modern tree shaking mechanisms.
Stars: ✭ 131 (-3.68%)
Mutual labels:  icons
Butterfree
A tool for building feature stores.
Stars: ✭ 126 (-7.35%)
Mutual labels:  package
Pretty Checkbox
A pure CSS library to beautify checkbox and radio buttons.
Stars: ✭ 1,708 (+1155.88%)
Mutual labels:  icons
Paymentfont
A sleek webfont featuring your favourite payment methods
Stars: ✭ 1,586 (+1066.18%)
Mutual labels:  icons
Android Icon Pack
Material Open Source's Android Icon Pack Running on Adian Follestad's Polar Dashboard
Stars: ✭ 130 (-4.41%)
Mutual labels:  icons
Laravel Messenger
Notifying your users doesn't have to be a lot of work.
Stars: ✭ 135 (-0.74%)
Mutual labels:  package
Pip Check
pip-check gives you a quick overview of all installed packages and their update status.
Stars: ✭ 134 (-1.47%)
Mutual labels:  package
Bedrock Unicode Characters
Minecraft:Bedrock Edition Unicode characters
Stars: ✭ 130 (-4.41%)
Mutual labels:  icons

Koukicons

🍪 This package provides +700 Colorful Icons for Flutter Apps.

📱 Screenshot

❓ How to use

To use this plugin, add koukicons as a dependency in your pubspec.yaml file.

That's it! start using Your Icons:

  1. First you need to import the icons you need (List of icons Here 🍪) - For example:
import 'package:koukicons/home.dart';
import 'package:koukicons/gift.dart';
import 'package:koukicons/pin.dart';
\\ import more icons here...
  1. then you need to call your imported Icons - (you can also specify width / height / color) :
...
Column(
  children: <Widget>[
    KoukiconsHome(),
    KoukiconsGift(height: 100.0),
    KoukiconsPIN(width: 70.0, color: Colors.red),
  ],
),

Example

import 'package:koukicons/like.dart';
...
Column(
  children: <Widget>[
    Text("I"),
    KoukiconsLike(height: 100.0),
    Text("You"),
  ],
),

⭐️ List of Icons

To explore all the icons, Click Here 🍪

📌 App size

Q: There are many icons. My app will be very big if i use this package?

A: No, Don't worry. Your app will import only the icons that you are using. so your app size will be so small.

⚠️ Disclaimer

I don't own these Icons, i collected them from the entire internet. (Flaticons, and many other websites...). I have just made this collection to help others.I don't advice you to use it in commercial applications.

You can use your own icons / contribute to this repository by adding new icons here (the part below...)

Again, I made this package for educational purposes. Thank you ❤️

❓ How to add new icons to this library

  1. Fork this repository

  2. Copy/paste your new SVG file inside "icons" folder ( Icon name must be lowercase letters, no numbers in first character & no special character )

  3. Inside "Tool" folder, run "generator.py" (requires python3)

python generator.py
  1. Pull request and eat some cookies 🍪🍪🍪

If you like this package, Please Buy me some cookies 🍪🍪🍪

http://paypal.me/AdemKouki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].