Flutter web blank screen

Are you having blank screen when launching flutter app on web?


Try this one first since flutter web is only supported on beta channel

flutter channel beta
flutter upgrade

If it still doesn't work, go to dev channel and try again


flutter channel dev
flutter upgrade


After these

flutter run -d web

and go to the url provided in chrome

Comments

Popular posts from this blog

Publishing Flutter app

Solving flutter web app CORS policy