Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1018 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1018 Bytes

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