Last updated:
0 purchases
iconamoon
iconamoon #
The IconaMoon | Figma icon pack for Flutter.
Search for available icons here
Like us on pub.dev 👍
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
iconamoon: ^0.0.3
copied to clipboard
Import #
import 'package:iconamoon/iconamoon.dart';
copied to clipboard
Usage #
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
icon: Icon(IconaMoon.like) // Use IconaMoon as IconData
);
}
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.