icon_icons 1.0.4 copy "icon_icons: ^1.0.4" to clipboard
icon_icons: ^1.0.4 copied to clipboard

A collection of custom Flutter icons for social media platforms and more.

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

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


1
likes
120
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of custom Flutter icons for social media platforms and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on icon_icons