Material Palette
Open-source color palette with material colors, predefined by Flutter.
Yet another color palette, but this one is:
<br/>
<br/>- Open-source
<br/>- Fully free
<br/>- No analytics
<br/>- No ads
<br/>- Doesn't depend from Google Services
<br/>- As simple as possible
<br/>
<br/>In this app you have only three screens:
<br/>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.
<br/>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.
<br/>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.
<br/>When you tap on any shade, you will see the dialog with such color representations as HEX, RGB and Flutter's variable.
<br/>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.
<br/>Also settings screen contains option to switch language - currently supported are:
<br/>- english
<br/>- russian
<br/>- ukrainian
<br/>But Material Palette is open-source project, so everybody can take part into translating it to another languages :)
<br/>
<br/>The code of this app is located at Github repo: https://github.com/NEK-RA/flutter_material_palette/
<br/>
<br/>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/ <div class="show-more" style="position: absolute"></div>
Read more Advertisement
Advertisement