Hugeicons Flutter

Hugeicons Flutter is a free icon library featuring over 4,400+ icons in two styles: solid and stroke. It is designed for Flutter projects and provides a wide range of icons for various use cases.

Features

  • 4,400+ icons for each style (solid and stroke).
  • Easy integration with Flutter projects.
  • Customizable and scalable icons.

Installation

Add the following to your pubspec.yaml file:

dependencies:
  hugeicons_pro: ^0.0.1

Run flutter pub get to fetch the package.

Usage

Import the library in your Dart file:

import 'package:hugeicons_pro/hugeicons.dart';

Use the icons in your Flutter widgets:

Icon(HugeIconsSolid.addCircle);
Icon(HugeIconsStroke.addCircle);

License

This library is free to use. Check the repository for more details.

Libraries

hugeicons