/iconoir_flutter

Unofficial flutter package from https://iconoir.com/

Primary LanguageDartOtherNOASSERTION

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

Install

Add iconoir_icons package into your pubspec.yaml.

dependencies:
  iconoir_icons: # Latest version

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