An open API service indexing awesome lists of open source software.

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

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