After updating Flutter to version 3.22 my project stopped working. Initially it was generating a javascript error, I updated the index.html file with the script indicated “flutter_bootstrap.js” and this error disappeared.
However, now no error appears in the browser debug, but nothing is displayed, just a blank screen. I try to navigate the routes (I’m using go_router) and always the same result, a white screen.
Did anyone have the same problem?
In addition to changing the index.html file, I also cleaned the dart cash and ran flutter clean. I updated all dependency packages and nothing worked.
Fred Almeida is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.