prime_icons 0.0.1 copy "prime_icons: ^0.0.1" to clipboard
prime_icons: ^0.0.1 copied to clipboard

Flutter implementation of Prime Icons

PrimeIcons Logo

Flutter implementation of Prime Icons from: PrimeNG


Icons Preview

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 #

3
likes
140
points
188
downloads

Publisher

verified publisherchalwe.com

Weekly Downloads

Flutter implementation of Prime Icons

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on prime_icons