Skip to content

Kyuvi/Cljd-Flutter-Color-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Color Viewer (in ClojureDart)

A simple application to view the color constants of flutter (except transparent) and their corresponding numerical values.

Overview

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.

Setup

Dependencies

Bulid instructions

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

Motivation

Written to experiment with ClojueDart and also so I have a way to view the color constants of flutter easily.

About

A Simple Application to view the colors built into Flutter (written in ClojureDart)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages