grafpix 1.1.6 copy "grafpix: ^1.1.6" to clipboard
grafpix: ^1.1.6 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 huge grawing collection of high ranked icon-sets from multiple authors merged into ready for you to use in your flutter projects.

Getting Started #

One of the most useful ui-tools available on the web for mobile app developers are icons, and when a collection of great icon sets is available to you with ease of use under one single bundle, it is even much better.

Features! #

  • Top ranked icon sets from multiple authors to grant you the best UI experience for your application audients.
  • A growing collection of icons (1190+ icons) managed from one single package.
  • Hassle free, Save your time & efforts.
  • Using one single line of code you are ready to go.

Whats New

Included Icon Sets #

Installation #

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

dependencies:
  grafpix: ^1.1.6

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