icapps_icons 1.0.0
icapps_icons: ^1.0.0 copied to clipboard
A package that cointains the icapps icons.
A package that adds the ability to use all the icons of the icapps iconic library
Getting started #
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
Usage #
You can use it like you would do any other icon in flutter.
Icon(IcappsIcons.alarm),