flutter_jap_icons

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

flutter jap icons

Just Another Package(JAP) of Icons #
This package includes 341 icons for maps, medical and GeoGlyphs from Iconify. The naming convention is the same as the CSS names, all dashes replaced with underscores.

Instalation #
Include flutter_jap_icons in your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
flutter_jap_icons: version
copied to clipboard
Usage #
To use this package, just import it into your file and enjoy it.
import 'package:flutter_jap_icons/geoglyphs_icons_icons.dart';
import 'package:flutter_jap_icons/map_icons_icons.dart';
import 'package:flutter_jap_icons/medical_icons_icons.dart';

...

Icon(GeoglyphsIcons.turf_merge, size: 48,),
Icon(MapIcons.campground, size: 48, color: Colors.blue,),
Icon(MedicalIcons.pharmacy, size: 48, color: Colors.redAccent,),

...
copied to clipboard
Geoglyphs Icons #
List

Map Icons #
List

Medical Icons #
List

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.