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 betaflutter upgrade
If it still doesn't work, go to dev channel and try again
flutter channel dev
flutter upgrade
After these
flutter run -d weband go to the url provided in chrome
Comments
Post a Comment