The Coolicons icon pack for Flutter with over 400 icons available for your flutter project.

Related tags

Utilities coolicons
Overview

codecov Test pub package PRs Welcome

coolicons

This flutter package allows you to use the Coolicons icon pack.

๐ŸŽ– Installation

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

coolicons: ^

๐ŸŽฎ Usage

import 'package:coolicons/coolicons.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(Coolicons.Figma, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Figma icon', textAlign: TextAlign.center),
            ],
        ),
    );
  }
}

Example

View the flutter app in the example directory

Screenshot

๐Ÿ› Bugs/Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

๐Ÿค“ Developer(s)

Abada Samuel Oghenero

You might also like...

Flutter project to study and apply concepts of HTTP2 protocol

test_http2 A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Feb 19, 2022

The Flutter code generator for your assets, fonts, colors, โ€ฆ โ€” Get rid of all String-based APIs.

The Flutter code generator for your assets, fonts, colors, โ€ฆ โ€” Get rid of all String-based APIs.

The Flutter code generator for your assets, fonts, colors, โ€ฆ โ€” Get rid of all String-based APIs. Inspired by SwiftGen. Motivation Using asset path str

Jan 6, 2023

๐Ÿš€The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time.

๐Ÿš€The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time.

Flutter Gen Zeplin Extension ๐Ÿš€ The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time. โฌ‡ 1.1k Getti

Oct 12, 2022

Your best flutter coding friend. All in one; state management, navigation management(with dynamic routing), local storage, localization, dependency injection, cool extensions with best usages and with the support of best utilities!

okito Your best flutter coding friend. All in one; state management, navigation management(with dynamic routing), local storage, dependency injection,

Jul 10, 2022

Automatically generate usecase classes from your repository class definition in Dart and Flutter

Automatically generate usecase classes from your repository class definition in Dart and Flutter

Repo Case Automatically generate usecase classes from your repository class definition in Dart and Flutter. Check out the official guide on repo_case

Jul 30, 2022

MB Contact Form is a basic flutter widget which helps you for your contact page.

mb_contact_form is a third party flutter package. This is a simple version of Contact Form. This can be easily added to your flutter projects. This make your works simpler and your code shorter. This is recently updated and has null safety too.

Oct 17, 2022

A flutter package that allows you to transform your excel to json

excel_to_json A package that allows you to transform your excel to the following format: Excel To JSON Getting Started At current the package allows y

Nov 7, 2022

Flutter App which lets you share memes among your friends.

Flutter App which lets you share memes among your friends.

meme_share_app About App Flutter App which lets you share memes among your friends . Here one have 2 options : NEXT : Load Next Meme. SHARE : To Share

Oct 30, 2021

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.

Dec 13, 2022
Releases(v1.0.0)
Owner
Abada Samuel Oghenero.
Software Developer || Otaku || Farmer
Abada Samuel Oghenero.
Simple CLI tool to produce icons for your next app.

icon_set_generator Simple CLI tool to enable easy production of icon sets for your next application. Installation Clone the repo and add bin/icon_set_

Diego Domรญnguez Melo 1 Nov 17, 2021
Volt is a wrapper over the Revolt API for easily writing bots using the Dart language.

Volt is a wrapper over the Revolt API for easily writing bots using the Dart language. It is currently in active development so not all of the functionality has yet been implemented.

null 8 Dec 13, 2022
Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

Fontify The Fontify package provides an easy way to convert SVG icons to OpenType font and generate Flutter-compatible class that contains identifiers

Igor Kharakhordin 88 Oct 28, 2022
Flutter library to add gestures and animations to each Shape you draw on your canvas in your CustomPainter

Flutter library to bring your CustomPainter ?? to Life โœจ โšก๏ธ touchable library gives you the ability to add various gestures and animations to each Sha

Natesh Bhat 190 Jan 7, 2023
Command-line tool to provide null-safety percentage info of a project. Track your migration progress on mixed-version programs that execute with unsound null safety.

null_safety_percentage Command-line tool to provide null-safety percentage info of a project. Track your migration progress on mixed-version programs

dartside.dev 8 Mar 27, 2022
A flutter utility to easily create flavors in your flutter application

Flutter Flavorizr A flutter utility to easily create flavors in your flutter application Getting Started Let's start by setting up our environment in

Angelo Cassano 268 Jan 1, 2023
Starter project and code generator for Flutter/Redux

Flutter Redux Starter/Code Generator Videos Short video ~ 1 minute Long video ~ 10 minutes We're using this approach to develop the Flutter app for In

Hillel Coren 278 Dec 12, 2022
A flutter project that helps you visualise the sorting algorithms.

SortViz A flutter project that helps you visualise various sorting algorithms. Description A sorting visualizer that visualises different sorting algo

Mahima Goyal 3 Sep 7, 2021
A script for automating the creation and uploading a flutter project to github

Flutter Automation Script A script for automating the tasks of creating and uploading a flutter project to github. Made with Batch Scripts, Shell Scri

Tushar Patil 18 Dec 15, 2022
Barcode scanner using Flutter is the project to sumbit for REVA HACKATHONS

QRcode scanner/generator using Flutter Let's build a Generate/Scan QR Codes app with Flutter with which you can share information easily with your mat

null 1 Dec 2, 2021