I am working for a flutter application with android studio ide. I am using a supporting libraries for casting video using dart_chromecast my application. Initially i can see the code implementation of supporting library. Like methods and callbacks.
Problem is: Now due to some changes in my Android studio ide, i am not able to see the code implementation of supporting libraries. Still can navigate to the library classes but the code is not in readable format. I know that clearly, the problem is not because of using supporting library.
Please find the attached screen for the problem. And let me know how to reset my android studio to show the code again.
More information:
Here is the git hub link for one of the problematic file.
https://github.com/terrabythia/dart_chromecast/blob/master/lib/casting/cast_sender.dart
Attached is the screen of problematic file which is not readable through Android studio ide.