Skip to content

Chalwe19/Prime-Icons-Flutter

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published