2
I am programming in Dart/ Flutter and would like to find a plugin that does the same as Android Studio, recognizing the color typed and showing on the side
The written colors are a little different from the common, as you can see in img...
Sometimes it’s color: Colors.white
, sometimes color: Color(0xFFFFFFAFA)
and I can’t find a plugin that recognizes the colors
but in VS Code the color already appears, not on the side but next to the name/rgb
– Ricardo Pontual
@Ricardopunctual mine does not appear, I think VS Code does not recognize the Dart/ Flutter... the code I put there is in hexa, but has to put "0xFF" in front
– efe