After updating Android Studio 4.1, codes are shown in white color

Viewed 196

After I updated my Android Studio to 4.1 my code glance is like below enter image description here

and mostly the code text is white. I want to get all codes colorful.

1 Answers

Install the flutter plugin on android studio

preferences > plugins

worked for me.... and restart android studio

Related