Midhilaj
Midhilaj

Reputation: 4987

White screen issue flutter web

Flutter 2.0 working good and i successfully run web app by calling

flutter run -d chrome

but when generated build using flutter build web it build successfully but the output is not working in web browser. it is showing white screen only

Upvotes: 0

Views: 294

Answers (1)

Midhilaj
Midhilaj

Reputation: 4987

Issue fixed by changing <base href="/"> to <base href="./">
Similar problem occurred in angular 2 beginning time

Upvotes: 1

Related Questions