Skip to content

Instantly share code, notes, and snippets.

@flschweiger
Created February 16, 2019 20:19
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flschweiger/141da9f49ec66c4cd204e397febb299e to your computer and use it in GitHub Desktop.
Save flschweiger/141da9f49ec66c4cd204e397febb299e to your computer and use it in GitHub Desktop.
Flutter color format file for Sip Color Picker
{
"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"
}
}
}
}
@Terterola
Copy link

You saved my live! lol Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment