Last updated:
0 purchases
jam icons
Jam_Icons #
Introducing the Jam Icons Flutter Package: Unlock a stunning collection of over 940 pixel perfect icons, ideal for a wide range of common actions and items.
This package seamlessly integrates the Jam Icons collection into your Flutter project, providing you with a selection of exquisite outlined and rounded icons.
Installation #
To use this library in your code:
add a dependency in your pubspec.yaml :
dependencies:
jam_icons:
copied to clipboard
add import in your dart code:
import 'package:jam_icons/jam_icons.dart';
copied to clipboard
Usage #
Icon(JamIcons.codepen,size: 60),
Icon(JamIcons.apple_circle,size: 60),
Icon(JamIcons.battery_charging_f,size: 60),
copied to clipboard
Copyright and License #
Copyright © 2022 AdiiDeveloper.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.