The main repository is on Codeberg.org, if you are viewing this anywhere else, it is just a mirror, please use the Codeberg.org repository for pull requests and issues, Thank you.
A simple application to view the color constants of flutter (except transparent) and their corresponding numerical values.
Click on a colored box/container to show the provided accents and shades of that partaicular color, or the alpha/opacity variants in the case of white or black, Clicking on one of those shows a full breakdown of all the values (red, green, blue, alpha and opacity) of that color.
This app can be found online here.
- Dart (>= 3.1),
- Flutter (> 3.13),
- Clojure (>= 1.11),
- ClojureDart.
From the root folder (containing this README), initialize and compile the ClojureDart code to dart from the command line.
clj -M:cljd init
clj -M:cljd compile
Then build with flutter for appropriate platform (see flutter build --help
)
i.e. to build for linux,
flutter build linux
Written to experiment with ClojueDart and also so I have a way to view the color constants of flutter easily.