The iMateral Pro Icon pack available as Flutter Icons

Overview

codecov Test pub package PRs Welcome

imaterial_pro_flutter

This flutter package allows you to use the IMaterial Pro Icons.

🎖 Installation

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

imaterial_pro_flutter: ^1.0.0

🎮 Usage

import 'package:imaterial_pro_flutter/imaterial_pro_flutter.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(IMaterialProRegular.Power, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Location 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 plugin that allows you to display multi image picker on iOS and Android. 👌🔝🎉

Flutter plugin that allows you to display multi image picker on iOS and Android. 👌🔝🎉

IMPORTANT: This repository has been archived and no longer mantained. As I don't have time anymore to work on the package it became very outdated. For

Apr 29, 2021

Use lottie in flutter for both iOS and Android

flutter_lottie Use Lottie in Flutter. Supports both iOS and Android using lottie-ios and lottie-android Current Status Supports most features that bot

Nov 25, 2022

A Flutter package for manipulating bitmaps

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

Dec 23, 2022

A flutter plugin which provides Crop Widget for cropping images.

A flutter plugin which provides Crop Widget for cropping images.

A flutter plugin which provides Crop Widget for cropping images. crop_your_image provides only minimum UI for deciding cropping area inside images. Other UI parts, such as "Crop" button or "Change Aspect Ratio" button, need to be prepared by each app developers.

Dec 31, 2022

Image caching system for flutter

image_cacheing image_cacheing is an image caching package. It is currently tested for Android applications. ImageCacheing widget takes url as a param.

May 31, 2021

A simple and easy flutter demo to crop image

flutter_image_crop A simple demo to crop image on flutter easily. A Chinese version of this document can be found here Flutter_image_crop Plugin will

Jul 8, 2021

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.

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

Oct 7, 2022

A flutter tool to generate beautiful code snippets in the form of an image.

A flutter tool to generate beautiful code snippets in the form of an image.

A flutter tool to generate beautiful code snippets in the form of an image.

Jan 18, 2022

A OpenGLES context canvas in flutter.

gl_canvas A OpenGLES context canvas in flutter. Usage // New a GLCanvas require a builder GLCanvas( builder: _builder, ) The builder should return

Oct 17, 2022
Comments
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 12% 🎉

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /example/web/icons/Icon-maskable-512.png | 20.51kb | 10.54kb | 48.61% | | /example/web/icons/Icon-maskable-192.png | 5.46kb | 3.66kb | 33.05% | | /example/web/favicon.png | 0.90kb | 0.64kb | 29.01% | | /screenshots/1.jpg | 160.19kb | 148.87kb | 7.07% | | | | | | | Total : | 187.06kb | 163.70kb | 12.49% |


    📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

    ~Imgbot - Part of Optimole family

    opened by imgbot[bot] 1
Owner
Abada Samuel Oghenero.
Software Developer || Otaku || Farmer
Abada Samuel Oghenero.
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

Rexford Asamoah 3 Nov 3, 2021
Flutter's package that comes with several popular icons packages.

icons_plus icons_plus is a package that comes with several popular icons packages. How to I know icons' name? Simple answer, using flutter's auto-sugg

Rahul Chouhan 12 Dec 13, 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 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 flutter carousel widget, support infinite scroll, and custom child widget.

carousel_slider A carousel slider widget. Features Infinite scroll Custom child widgets Auto play Supported platforms Flutter Android Flutter iOS Flut

serenader 1.4k Dec 30, 2022
A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.

A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content. Installation Add dependency to your pubspec.yaml

Anatoly Pulyaevskiy 272 Dec 23, 2022
📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.

Flutter Photo View A simple zoomable image/content widget for Flutter. PhotoView enables images to become able to zoom and pan with user gestures such

Fire Slime Games 1.7k Jan 3, 2023
SVG parsing, rendering, and widget library for Flutter

flutter_svg Draw SVG (and some Android VectorDrawable (XML)) files on a Flutter Widget. Getting Started This is a Dart-native rendering library. Issue

Dan Field 1.5k Jan 6, 2023
A Flutter plugin for Android and iOS supports cropping images

Image Cropper A Flutter plugin for Android and iOS supports cropping images. This plugin is based on two different native libraries so it comes with d

HungHD 891 Dec 28, 2022
Download, cache and show images in a flutter app

Cached network image A flutter library to show images from the internet and keep them in the cache directory. How to use The CachedNetworkImage can be

Baseflow 2.1k Jan 3, 2023