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

outdated

A huge icon sets ready for you to use in flutter.

Grafpix #

Grafpix icon pack, is a huge grawing collection of high ranked icon-sets from multiple authors 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 under one single place with ease of use, it is even better.

Features! #

  • Top ranked icon sets from multiple authors to assure you the best ui experience to your flutter app audients.
  • A growing collection of icons managed from one single place.
  • Ease of use, with one single line of code, you are ready to go.
  • Save your time & efforts.
  • And more to come..

Installation #

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

dependencies:
  grafpix: ^grafpix_1.0.9

From your Terminal, run the following :

  flutter pub get

#

Usage

Use the PixIcon as IconData.

Icon({PixIcon.icon_name})

Example #

PixIcon.home icon example

import 'package:grafpix/grafpix_icons.dart';

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

#

#

#

GRAFPIX

Contributor

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

License #

License

58
likes
0
pub points
39%
popularity

Publisher

unverified uploader

A huge icon sets ready for you to use in flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on grafpix