Installation
Flutter Package

Flutter Package Installation

To get started with the HugeIcons Flutter package, you need to install it from pub.dev.

Pro Package Installation

To install the HugeIcons Pro package, you will find the installation instructions at your HugeIcons account (opens in a new tab).

Installation

You can install the HugeIcons package by adding it to your pubspec.yaml file:

dependencies:
  hugeicons: ^0.0.1

After adding the package to your pubspec.yaml file, run the following command to install the package:

flutter pub get

or

dart pub get