moha-b / Iconic

collection of beautifully designed icons meticulously for flutter "crafted by Freepik"

Home Page:https://pub.dev/packages/iconic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cover

Enhance Flutter projects with stunning icon fonts for a seamless and iconic user experience.

icons_app.gif

Documentation

The Iconic package provides a collection of icons that can be easily integrated into your Flutter applications. With a simple installation process and intuitive usage, you can enhance your app's user interface by incorporating eye-catching icons.

The icons included in the Iconic package are designed by FreePik and Flaticons. These icons are original creations and are provided as part of the Iconic package to enhance the visual appeal of your Flutter applications.

to see all the icons included in the package, click here

some icons

Installing

Include Iconic in your pubspec.yaml file:

dependencies:
  iconic: ^0.1.0

If your IDE doesn't do it automatically, run:

flutter pub get

Using

Import the package in your Flutter file and use Icon to get the actual icon widget:

import 'package:iconic/iconic.dart';

Icon(Iconic.home);

Icons.png

About

collection of beautifully designed icons meticulously for flutter "crafted by Freepik"

https://pub.dev/packages/iconic

License:MIT License


Languages

Language:Dart 87.8%Language:C++ 6.0%Language:CMake 4.9%Language:HTML 0.5%Language:Swift 0.4%Language:C 0.4%Language:Kotlin 0.0%Language:Objective-C 0.0%