command line iOS & Android color icons generator, icogen helps you to replace the default icons of your mobile flutter app with simple color icons.
pub global activate icogen
To replace all the default icons with a simple color icon
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