Flutter's package that comes with several popular icons packages.

Overview

icons_plus

icons_plus_thumbnail

github-rahul donate

icons_plus is a package that comes with several popular icons packages.

How to I know icons' name?

Simple answer, using flutter's auto-suggestion, or you can visit the official site of the icons provider.

Currently available icons

NowADay, icons_plus has five icons packages. In the next update, you'll get more.

  1. FontAwesome (license)
  2. LineAwesome (license)
  3. Bootstrap (license)
  4. FlagIcon
  5. BrandLogo

Installation

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

dependencies:
  icons_plus: ^1.0.2

Now in your Dart code, you can use:

import 'package:icons_plus/icons_plus.dart';

FontAwesome

For FontAwesome icons, copy the following code.

fontawesome_screenshot

Icon(FontAwesome.google)

LineAwesome

For LineAwesome icons, copy the following code.

lineawsome_screenshot

Icon(LineAwesome.google)

Bootstrap

For Bootstrap icons, copy the following code.

bootstrap_screenshot

Icon(Bootstrap.google)

FlagIcon

For Flag icons, copy the following code.

flag_screenshort

FlagIcon(FlagIcons.india)

BrandLogo

For Brand logos, copy the following code.

brand_screenshot

BrandLogo(BrandLogos.google)

Change Logs

- 26/03/2022
  - Initial Release
You might also like...

Flutter Package to Pick Image From Gallery or Camera

Flutter Package to Pick Image From Gallery or Camera

image_picker_gallery_camera Flutter Package to Pick Image From Gallery or Camera Getting Started A Flutter plugin for iOS and Android for picking imag

Oct 5, 2022

A flutter package for image carousels.

A flutter package for image carousels.

flutter_image_carousel A flutter package for image carousels. Supports both Asset and Network images. Example new ImageCarousel( ImageProvider[

Aug 9, 2021

Flutter package for image editing

Flutter package for image editing

You can edit image using this package and also you can create flex preview image by setting foreground to null. For now, you can use only asset files.

Nov 21, 2022

A Flutter inplementation of the reorderable grid UI pattern, closely mimics Flutters exisiting ReorderableList

A Flutter inplementation of the reorderable grid UI pattern, closely mimics Flutters exisiting ReorderableList

🔳 Reorderable Grid A full reorderable grid implemention similar to Flutters Reorderable_List. with full ReorderableGridView, ReorderableGrid and Sliv

Dec 20, 2022

Insipred by Font awesome Icons package 🤗 . This package contains more than 2000 icons 🥰

Insipred by Font awesome Icons package 🤗 . This package contains more than 2000 icons 🥰

flutter_cmoon_icons 🥳 Insipred by Font awesome Icons package 🤗 . This package contains more than 2000 icons 🥰 . The amazing thing about this icons

Nov 3, 2021

This package helps developer to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams

This package helps developer to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams

Package helps to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with

Dec 21, 2022

Teach you some of the popular sensor controlling packages that are available in pub.dev

Teach you some of the popular sensor controlling packages that are available in pub.dev

Sensor Packages Introduction to sensor packages: This repo will teach you some of the popular sensor controlling packages that are available in pub.de

Nov 23, 2022

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Fluent UI System Icons Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. Icon List View the full list of

Dec 29, 2022

The Material Design Icons Icon pack available as set of Flutter Icons.

material_design_icons_flutter The Material Design Icons Icon pack available as set of Flutter Icons. Based on Material Design Icons 6.5.95. See a web

Oct 26, 2022

Flutter plugin to implement a Boom Menu, with icons, title, subtitle, animated FAB Icons and hide on scrolling.

Flutter plugin to implement a Boom Menu, with icons, title, subtitle, animated FAB Icons and hide on scrolling.

Flutter Boom Menu Usage The BoomMenu widget is built to be placed in the Scaffold.floatingActionButton argument, replacing the FloatingActionButton wi

Aug 1, 2022

The Akar Icons Icon pack available as set of Flutter Icons

The Akar Icons Icon pack available as set of Flutter Icons

akar_icons_flutter The Akar Icons Icon pack available as set of Flutter Icons. Based on Akar Icons Fonts 1.1.9. See fonts. 👍 Like us on pub.dev! Inst

May 31, 2022

Custom dropdown widget allows to add highly customizable widget in your projects with proper open and close animations and also comes with form required validation.

Custom dropdown widget allows to add highly customizable widget in your projects with proper open and close animations and also comes with form required validation.

Custom Dropdown Custom Dropdown package lets you add customizable animated dropdown widget. Features Lots of properties to use and customize dropdown

Dec 29, 2022

Several live code examples I've shown during my live streams.

Several live code examples I've shown during my live streams.

Live Code Examples Several live code examples I've shown during my live sessions on Twitch (in french only, sorry...). 001 - Sticky Headers The idea o

Sep 24, 2021

Application that simplifies the search process in several supermarkets, allowing the user to define the shopping list in a few minutes.

economiz Application that solves the price research process in different supermarkets, facilitating and simplifying this process for the user. Getting

Dec 29, 2021

A UI library for easily adding audio waveforms to your apps, with several customization options

A UI library for easily adding audio waveforms to your apps, with several customization options

A UI library for easily adding audio waveforms to your apps, with several custom

Dec 11, 2022

Radiao - a radio explorer app that lets you listen to several stations of various countries

Radiao - a radio explorer app that lets you listen to several stations of various countries

radiao Radiao is a radio explorer app that lets you listen to several stations of various countries. features trending stations popular stations liste

Apr 20, 2022

A new flutter package for collection of common popular social media widgets

A new flutter package for collection of common popular social media widgets

Social Media Widgets - package A new flutter package for collection of common popular social media widgets Currently available widgets Snapchat screen

Nov 12, 2022
The Akar Icons Icon pack available as set of Flutter Icons

akar_icons_flutter The Akar Icons Icon pack available as set of Flutter Icons. Based on Akar Icons Fonts 1.1.9. See fonts. ?? Like us on pub.dev! Inst

Alann Maulana 4 May 31, 2022
The iMateral Pro Icon pack available as Flutter Icons

imaterial_pro_flutter This flutter package allows you to use the IMaterial Pro Icons. ?? Installation In the dependencies: section of your pubspec.yam

Abada Samuel Oghenero. 4 Oct 5, 2022
Generate & add your custom icons

The custom icons will be converted into a ttf font file, which will be added into the project. An automatically generated Dart file will be added, allowing icons to be used like Icon(CustomIcons.email)

Firgia 8 Nov 23, 2022
A Flutter package for manipulating bitmaps

Flutter Bitmap A minimalist Flutter package to perform fast bitmaps operations. The focus here is to provide a cool bitmap manipulation interface. The

Renan 152 Dec 23, 2022
A flutter package which makes it easy to track a series of images.

A flutter package which makes it easy to track a series of images.

Jaehee Kim 2 Oct 7, 2022
A simple Flutter Package to Mimic iMessage Image Picker for Flutter

A simple Flutter Package to Mimic iMessage Image Picker for Flutter

Paras Jain 64 Dec 26, 2022
a package for flutter canvas paint dash line path easily.

dash_painter a package for flutter canvas paint dash line path easily. 1. DashPainter 如何使用 DashPainter 只负责对 路径 Path 的虚线化绘制,不承担组件职能。 一般用在拥有 Canvas 对象的回

FlutterCandies 22 Oct 9, 2022
Flutter package for Image Carousel It is an image carousel widget.

Snapshot Carousel Flutter package for Image Carousel It is an image carousel widget. Supported platforms Flutter Android Flutter iOS Flutter web Flutt

Mrigank Anand 12 Jun 3, 2021
A flutter package to convert any widget to an Image.

Davinci A package to convert any widget to an image which can be saved locally or can be shared to other apps and chats. ?? Preview ℹ️ Usage Prerequis

Sai Gokula Krishnan 37 Dec 20, 2022
Multi image pixker using the image_picker package in flutter

multi_image_selection A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Ambaliya Avnit Karshanbhai 1 Oct 13, 2021