https://github.com/rxlabz/icogen
iOS & android Color icons generator
https://github.com/rxlabz/icogen
Last synced: about 1 year ago
JSON representation
iOS & android Color icons generator
- Host: GitHub
- URL: https://github.com/rxlabz/icogen
- Owner: rxlabz
- License: mit
- Created: 2019-06-28T12:13:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T16:00:29.000Z (about 7 years ago)
- Last Synced: 2024-05-01T22:51:54.636Z (about 2 years ago)
- Language: Dart
- Homepage: https://pub.dev/packages/icogen
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# icogen
command line iOS & Android color icons generator, icogen helps you to replace the default icons of your mobile flutter app with simple color icons.
## Install
```bash
pub global activate icogen
```
## Use
To replace all the default icons with a simple color icon
```sh
pub global icogen -c \#ffff00 -p path/to/your/flutter/project
```
- `-c` hex color value ( don't forget to escape `\#`)
- `-p` path to your flutter project