flutter_icomoon_icons 1.0.0 flutter_icomoon_icons: ^1.0.0 copied to clipboard
490 Free IcoMoon Icons for Flutter for directly using in both Android/iOS
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 #
Developers #
Made with ❤️ by Rishi Banerjee and Nikhil Anand