Flutter implementation of Prime Icons from: PrimeNG
prime_icons: ...
import 'package:prime_icons/prime_icons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return Center(
child: Icon(PrimeIcons.lock),
);
}
}
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.
- @primefaces (Icons)