MaheshPeri19
MaheshPeri19

Reputation: 402

Firefox Browser doesnot support to run Flutter Web app

I am trying to run Flutter web app in firefox browser. But it is not showing in devices list, only showing chrome and edge browsers. How to add Firefox in devices list and run flutter web application.

Any suggestions would be great.

Upvotes: -1

Views: 493

Answers (1)

Andreas Hadjimamas
Andreas Hadjimamas

Reputation: 453

Try run your app with command flutter run -d web-server
Paste the url that it shows in console to Firefox
Checkout this solution

Upvotes: 1

Related Questions