grafpix 1.1.9 copy "grafpix: ^1.1.9" to clipboard
grafpix: ^1.1.9 copied to clipboard

outdated

A huge icon sets from many providers are ready for you to use in your flutter projects.

Grafpix #

Grafpix Flutter Icon Package, is a growing collection of high ranked icons from multiple authors ready to be used in your flutter projects.

Getting Started #

Icons are one of the most useful ui tools available on the web for mobile applications, and when a collection of great icons is available for you with ease of use, it is even much better.

Features! #

  • Top ranked icons from multiple authors to grant you the best UI experience for your mobile application users.
  • A growing collection of icons managed from one single package.
  • Hassle free, saves your time & efforts.
  • Using one single line of code, you are ready to go.

Whats New

  • 1403 Newly added complete icon set from FontAwsome 5.12 as per latest release.

Included Icon Sets #

Installation #

In your pubspec.yaml under dependencies add the following line:

dependencies:
  grafpix: ^1.1.9

From your Terminal, run the following code:

  flutter pub get

Usage

Use the PixIcon as IconData.

Icon({PixIcon.icon_name})

Example #

PixIcon.home icon example

import 'package:grafpix/icons.dart';

class MyApp extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      icon: Icon(PixIcon.pix_android, size: 30.0, color:Colors.green[600]), 
      onPressed: () { print('Icon Pressed'); }
     );
  }
}

GRAFPIX

Author

Ahmed Mustafa < ahmed.dev2020@gmail.com > if you have suggestions, please feel free to contact me any time. your feedback is highly appreciated.

License #

MIT

58
likes
0
pub points
27%
popularity

Publisher

unverified uploader

A huge icon sets from many providers are ready for you to use in your flutter projects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on grafpix