iconoir_icons

Last updated:

0 purchases

iconoir_icons Image
iconoir_icons Images
Add to Cart

Description:

iconoir icons

Iconoir #
iconoir port to Flutter. This package renders the icons as SVG
pictures.
Usage #
class MyExampleWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Iconoir(
IconoirIcons.addToCart,
color: Colors.blue,
size: 30,
);
}
}
copied to clipboard
Install #
Add iconoir_icons package into your pubspec.yaml.
dependencies:
iconoir_icons: # Latest version
copied to clipboard
You can also run flutter pub add iconoir_icons to quickly add latest version from your CLI.
Development #
Run source code generation to create icons.dart file with named constructor for every icon.
dart tool/generator.dart
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.