grafpix 1.1.5 grafpix: ^1.1.5 copied to clipboard
A huge icon sets from many providers are ready for you to use in your flutter projects.
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 is not questionable, with one single line of code you are ready to go.
- Save your time & efforts.
- And much more yet to come..
Whats New
- 490 Newly added free clean pix icons from web provided by Grafpix as per release
^1.1.5
. - A complete icon-set with more than 360+ of stunning icons from CaptainIcon has been added as per release
^1.1.4
.
Installation #
In your pubspec.yaml
under dependencies
add the following line:
dependencies:
grafpix: ^1.1.5
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.home, size: 30.0, color:Colors.orange),
onPressed: () { print('Icon Pressed'); }
);
}
}
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