diff --git a/src/development/platform-integration/web/faq.md b/src/development/platform-integration/web/faq.md index 5b33b351308..67dbd243c23 100644 --- a/src/development/platform-integration/web/faq.md +++ b/src/development/platform-integration/web/faq.md @@ -3,14 +3,6 @@ title: Web FAQ description: Some gotchas and differences when writing or running web apps in Flutter. --- -### Is the web version of Flutter ready for production? - -Flutter's web support is now available on the stable channel, -offering an app-centric framework that -builds on the power of the modern web platform. -Find out more details about -[Flutter's production quality support for the web][]. - ### What scenarios are ideal for Flutter on the web? Not every web page makes sense in Flutter, but we think Flutter is particularly suited for app-centric experiences: @@ -40,11 +32,6 @@ consider separating your primary application experience—created in Flutter—f your landing page, marketing content, and help content—created using search-engine optimized HTML. -### How do I file an issue about web support? - -You can [file an issue][] on the main Flutter repo. -Make sure that "web" is included in the title. - ### How do I create an app that also runs on the web? See [building a web app with Flutter][]. @@ -87,13 +74,6 @@ option for all channels. See [Creating responsive apps][]. -### Can I use Flutter plugins? - -Yes, several plugins have web support. -Find an updated list of plugins on [pub.dev][] using the web filter. -You can also add web support to existing plugins or -[write your own plugins][] for the web. - ### Can I use `dart:io` with a web app? No. The file system is not accessible from the browser. @@ -151,10 +131,6 @@ Use [Chrome DevTools][] for the following tasks: Use [widget tests][] or integration tests. To learn more about running integration tests in a browser, see the [Integration testing][] page. -### How do I internationalize a web app? - -This isn’t any different than [internationalizing a Flutter mobile app][]. - ### How do I deploy a web app? See [Preparing a web app for release][]. @@ -163,21 +139,13 @@ See [Preparing a web app for release][]. Not currently. -### How can I compare notes with others who are playing with this feature? - -Check out the **#web** discussion channel on [Discord][]. -Flutter engineers routinely read and respond on Discord. - - [Analyzing performance]: {{site.developers}}/web/tools/chrome-devtools/evaluate-performance [building a web app with Flutter]: {{site.url}}/get-started/web [Chrome DevTools]: {{site.developers}}/web/tools/chrome-devtools [Creating responsive apps]: {{site.url}}/development/ui/layout/adaptive-responsive [Debugging]: {{site.url}}/development/tools/devtools/debugger -[Discord]: https://discord.gg/N7Yshp4 [file an issue]: {{site.repo.flutter}}/issues/new?title=[web]:+%3Cdescribe+issue+here%3E&labels=%E2%98%B8+platform-web&body=Describe+your+issue+and+include+the+command+you%27re+running,+flutter_web%20version,+browser+version [Flutter DevTools]: {{site.url}}/development/tools/devtools/overview -[Flutter's production quality support for the web]: {{site.url}}/web [Generating event timeline]: {{site.developers}}/web/tools/chrome-devtools/evaluate-performance/performance-reference [`http`]: {{site.pub}}/packages/http [`iframe`]: https://html.com/tags/iframe/ @@ -188,11 +156,8 @@ Flutter engineers routinely read and respond on Discord. [Running Flutter inspector]: {{site.url}}/development/tools/devtools/inspector [Upgrading from package:flutter_web to the Flutter SDK]: {{site.repo.flutter}}/wiki/Upgrading-from-package:flutter_web-to-the-Flutter-SDK [widget tests]: {{site.url}}/testing#widget-tests -[pub.dev]: {{site.pub}}/flutter/packages?platform=web [Web support for Flutter]: {{site.url}}/web [web workers]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers -[write your own plugins]: {{site.flutter-medium}}/how-to-write-a-flutter-web-plugin-5e26c689ea1 [run your web apps in any supported browser]: {{site.url}}/get-started/web#create-and-run [Integration testing]: {{site.url}}/testing/integration-tests#running-in-a-browser -[internationalizing a Flutter mobile app]: {{site.url}}/resources/faq#how-do-i-do-internationalization-i18n-localization-l10n-and-accessibility-a11y-in-flutter [documentation for conditional imports]: {{site.dart-site}}/guides/libraries/create-library-packages#conditionally-importing-and-exporting-library-files