Last updated:
0 purchases
prime icons
Flutter implementation of Prime Icons from: PrimeNG
installation #
prime_icons: ...
copied to clipboard
Usage #
import 'package:prime_icons/prime_icons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return Center(
child: Icon(PrimeIcons.lock),
);
}
}
copied to clipboard
Contributing #
If you want to contribute to this project, you may easily create issues and send PRs. Please take note that your code contributions will be applicable under MIT license unless specified otherwise.
Credits #
@primefaces (Icons)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.