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

If your IDE doesn't do it automatically, run:

flutter pub get

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);

Icons.png

6
likes
150
pub points
71%
popularity
screenshot

Publisher

unverified uploader

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