prime_icons 0.0.1
prime_icons: ^0.0.1 copied to clipboard
Flutter implementation of Prime Icons
Flutter implementation of Prime Icons from: PrimeNG
![]()
installation #
prime_icons: ...
Usage #
import 'package:prime_icons/prime_icons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return Center(
child: Icon(PrimeIcons.lock),
);
}
}
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)