prime_icons

Last updated:

0 purchases

prime_icons Image
prime_icons Images
Add to Cart

Description:

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)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.