Last updated:
0 purchases
iconic
Enhance Flutter projects with stunning icon fonts for a seamless and iconic user experience.
Documentation #
The Iconic package provides a collection of icons that can be easily integrated into your Flutter applications. With a simple installation process and intuitive usage, you can enhance your app's user interface by incorporating eye-catching icons.
The icons included in the Iconic package are designed by FreePik and Flaticons. These icons are original creations and are provided as part of the Iconic package to enhance the visual appeal of your Flutter applications.
to see all the icons included in the package, click here
Installing #
Include Iconic in your pubspec.yaml file:
dependencies:
iconic: ^0.1.0
copied to clipboard
If your IDE doesn't do it automatically, run:
flutter pub get
copied to clipboard
Using #
Import the package in your Flutter file and use Icon to get the actual icon widget:
import 'package:iconic/iconic.dart';
Icon(Iconic.home);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.