A package that adds the ability to use all the icons of the icapps iconic library
All you have to do to get started is to add this piece of code below to your pubspec.yaml
flutter:
fonts:
- family: icappsIcons
fonts:
- asset: packages/icapps_icons/fonts/icappsIcons.ttf
You can use it like you would do any other icon in flutter.
Icon(IcappsIcons.alarm),