0
I am using Intellij IDEA to develop using Flutter but when I name a new class with its name starting in uppercase the typed code remains the same color without highlighting variables, Keywords and etc.
This image illustrates the code in a class starting with low-case call: odoo_services.dart
. Note that the typed code has the colored effects.
Now, the image illustrates the code of the class called: OdooServices.dart
and code without color effects.
Note: The code compiles and works correctly, the only problem is the color effects in the code.