0

I have updated my Android Studio to Android Studio Electric Eel | 2022.1.1 Patch 1.

While trying to run my Flutter starter app on Chrome web I got a blank web page with this error.

Sweta Jain
  • 3,248
  • 6
  • 30
  • 50

2 Answers2

0

I got the same issue while running my flutter project. I used 'flutter run -d chrome' to run it and the issue disappeared.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 10 '23 at 19:23
0

I solved this problem by downloading and installing the roboto font separately.

First download the ttf file through the browser, and then install it to your system, the error log will disappear when you run the program again.