Material Palette APP
- Open-source
- Fully free
- No analytics
- No ads
- Doesn't depend from Google Services
- As simple as possible
In this app you have only three screens:
1) Screen with base colors (19 items), which are red, pink, purple and etc, finishing with brown, grey and blueGrey. There is a button at app bar, which switches between list and grid views for colors.
2) Screen with shades of concrete color: if it has accent shades, they are shown at top of screen in 4 predefined shades: 100, 200, 400 and 700.
After them you will see usual shades of selected colors: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900. There is a button at app bar, which switches between list and grid views for colors.
When you tap on any shade, you will see the dialog with such color representations as HEX, RGB and Flutter's variable.
3) Screen with settings. It includes ability to switch count of columns in grid (between 2 and 3 now), and switch theme between dark (default) and light.
Also settings screen contains option to switch language - currently supported are:
- english
- russian
- ukrainian
But Material Palette is open-source project, so everybody can take part into translating it to another languages :)
The code of this app is located at Github repo: https://github.com/NEK-RA/flutter_material_palette/
Want to try a "demo" without installing? Okay, flutter provides ability to create web-version if all the dependecies supports web. So you can try it in your browser thanks to Github Pages: https://nek-ra.github.io/flutter_material_palette/