Flutter Web: How to run without a device/browser?

Issue

I want to run the flutter web development server without specifying a device/browser.

Solution

I guess you mean without specifying browser? If so you try running it with this command :

flutter run -d web-server

Answered By – esentis

Answer Checked By – Terry (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *