flutter_icomoon_icons 1.0.0 copy "flutter_icomoon_icons: ^1.0.0" to clipboard
flutter_icomoon_icons: ^1.0.0 copied to clipboard

490 Free IcoMoon Icons for Flutter for directly using in both Android/iOS

header

flutter_icomoon_icons #

See Catalog #

facing any problems? have a look into the documentation (class IcoMoonIcons)

490 Free IcoMoon Icons for Flutter. #

This flutter package allows you to use all of the IcoMoon package

Find it at at pub.dartlang.org

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

flutter_icomoon_icons: <latest_version>

Usage #

import 'package:flutter_icomoon_icons/flutter_icomoon_icons.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      // Use the IcoMoonIcons class for the IconData
      icon: Icon(IcoMoonIcons.home),
      onPressed: () {
          print("IcoMoon Icon Pressed! It's Home!");
      }
     );
  }
}

Example #

View the Flutter app in the example directory.

Screenshot #

screenshot

Developers #

Made with ❤️ by Rishi Banerjee and Nikhil Anand

2
likes
40
pub points
64%
popularity

Publisher

unverified uploader

490 Free IcoMoon Icons for Flutter for directly using in both Android/iOS

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, recase

More

Packages that depend on flutter_icomoon_icons