How To Enable Web And Desktop DevelopmentTo enable web development, you must first be on Flutter’s beta channel.
Running And Building Flutter Web AppsFlutter web support isn’t bad at all, and this is reflected in the ease of development for the web.
Running flutter run on a compatible Flutter project (more on that later) when the only “connected device” showing up is the web server will cause Flutter to start a web server on localhost:
Running And Building Flutter Desktop AppsAfter you’ve enabled Flutter desktop support, you can run a Flutter app natively on your development workstation with flutter run -d
Further Resources“Desktop shells”, GitHubThe current, always up-to-date state of Flutter on desktopThe current, always up-to-date state of Flutter on desktop “Desktop support for Flutter”, FlutterInformation about the fully supported desktop platformsInformation about the fully supported desktop platforms “Web support for Flutter”, FlutterInformation about Flutter for the webInformation about Flutter for the web “All Samples”, FlutterA curated list of Flutter samples and apps
No Comments
Leave a comment Cancel