Last updated:
0 purchases
icon icons
Icon Icons #
A collection of custom Flutter icons for various use cases and themes, featuring beautiful and versatile icons.
Features #
Color-Changing Icons: Discover a set of icons that allow you to easily change their colors to match your app's design.
Classic Icons: Explore a collection of timeless, monochromatic icons that are perfect for a clean and elegant appearance.
Getting Started #
To use this package, add icon_icons as a dependency in your pubspec.yaml file.
dependencies:
flutter:
sdk: flutter
icon_icons: ^1.0.4 # Add the latest version
copied to clipboard
Exemple #
To display a Facebook icon using the IconIcons class, you can do the following:
import 'package:your_package_name/icon_icons.dart';
IconIcons.facebook(
height: 24.0, // Specify the height of the icon
width: 24.0, // Specify the width of the icon
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.