Created
February 16, 2019 20:19
-
-
Save flschweiger/141da9f49ec66c4cd204e397febb299e to your computer and use it in GitHub Desktop.
Flutter color format file for Sip Color Picker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : "Flutter", | |
"clipboardFormat" : { | |
"function" : "concat", | |
"y" : ")", | |
"x" : { | |
"x" : "const Color(0xFF", | |
"function" : "concat", | |
"y" : { | |
"x" : "hex[red]hex[green]hex[blue]", | |
"function" : "upper" | |
} | |
} | |
}, | |
"menuFormat" : { | |
"function" : "concat", | |
"y" : ")", | |
"x" : { | |
"x" : "Color(0xFF", | |
"function" : "concat", | |
"y" : { | |
"x" : "hex[red]hex[green]hex[blue]", | |
"function" : "upper" | |
} | |
} | |
}, | |
"sip" : { | |
"version" : "2.0", | |
"build" : "200" | |
}, | |
"pickerFormat" : { | |
"function" : "concat", | |
"y" : ")", | |
"x" : { | |
"x" : "Color(0xFF", | |
"function" : "concat", | |
"y" : { | |
"x" : "hex[red]hex[green]hex[blue]", | |
"function" : "upper" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You saved my live! lol Thank you!