https://github.com/icapps/flutter_icapps_icons
https://github.com/icapps/flutter_icapps_icons
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icapps/flutter_icapps_icons
- Owner: icapps
- License: mit
- Created: 2025-01-23T12:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-23T11:59:21.000Z (8 months ago)
- Last Synced: 2025-11-27T17:11:55.652Z (6 months ago)
- Language: Dart
- Size: 14.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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
```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.
```dart
Icon(IcappsIcons.alarm),
```