Hello devs , so i am building an app that connects to firebaseDB and on a page, a list of document is displayed in a listview, one of the document field is called "colorSelect" this field is supposed to personalized each document with a special color, and in flutter flow i set the field variable as color, so here is the problem, whenever i use a simple color, like say plain red (#FF0000) it works well, but whenever i edit the opacity or transparency eg (#BBC20C0C) it breaks and does not show the correct color...
Flutterflow CMS formating Color Hex Wrongly
Actions & Logic
so i dove deep to try to understand the problem, then I noticed this in the CMS, whenever i put the color hex with opacity, it formats it wrongly in the CMS but it works fine if you do not edit any color opacity and YES i have tried to edit the color directly from the color selector in the cms but it does not pop up, so i am stuck.
Yes
2