Colorfinity is a simple Flutter app for creating color palettes. Add random colors then adjust their hue, saturation and lightness using gestures to create the desired color. Build the perfect color palette for your next project.
This app was built as part of the Flutter Create contest.
Ensure the Flutter cli is installed (https://flutter.dev/docs/get-started/install).
- To edit colors simply scroll horizontally on the color to change its value.
- Double tap to change which value is being edited.
- Tap and hold on a color to remove it.
Run Flutter run --release
in the main folder of the app.
Run Flutter run
in the main folder of the app.