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:
    
  • add import in your dart code:


  import 'package:jam_icons/jam_icons.dart';

Usage


Icon(JamIcons.codepen,size: 60),
Icon(JamIcons.apple_circle,size: 60),
Icon(JamIcons.battery_charging_f,size: 60),

Copyright © 2022 AdiiDeveloper.

Libraries

jam_icons