iconsax_flutter 1.0.0 iconsax_flutter: ^1.0.0 copied to clipboard
A Flutter package for Iconsax Icons.
Iconsax Flutter #
A Flutter package for Iconsax Icons.
Usage #
add iconsax_flutter
as a dependency in your pubspec.yaml file.
dependencies:
iconsax_flutter: ^1.0.0
Import the package in your project.
import 'package:iconsax_flutter/iconsax_flutter.dart';
Use the Icon class to show the Iconsax icons in your project.
Icon(Iconsax.home)