iconic 0.1.0 copy "iconic: ^0.1.0" to clipboard
iconic: ^0.1.0 copied to clipboard

Enhance Flutter projects with stunning icon fonts for a seamless and iconic user experience.

cover

Enhance Flutter projects with stunning icon fonts for a seamless and iconic user experience.

icons_app.gif

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

some icons

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

Icons.png

10
likes
150
points
89
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

2024.09.25 - 2025.04.09

Enhance Flutter projects with stunning icon fonts for a seamless and iconic user experience.

Repository (GitHub)
View/report issues

Topics

#icons #flutter #dart

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on iconic