website
website copied to clipboard
Flutter documentation web site
### Describe the problem I was trying to build this site locally and faced issues with the command `make setup`. I am new to docker so I could not understand...
### Page URL https://docs.flutter.dev/platform-integration/web/wasm/ ### Page source https://github.com/flutter/website/tree/main/src/platform-integration/web/wasm.md ### Describe the problem This is fine as far as it goes. Problem is, it doesn't go far enough. Does Dart support...
Hi, I am trying to develop my first flutter app and I find it very hard to find information about password management for both iOS and Android. The goal would...
This PR makes initial refresh of the summary at the top and deleted outdated content: https://github.com/flutter/website/pull/9830 The rest of the content should be removed (it is outdated and wrong) and...
### Page URL https://docs.flutter.dev/deployment/obfuscate/ ### Page source https://github.com/flutter/website/tree/main/src/deployment/obfuscate.md ### Describe the problem a command to obfuscate only exists for APKs???? Im given the impression after reading thousands of lines... about...
One of the [solutions for resolving CORS issues](https://github.com/flutter/website/pull/5061) with images is to use an HTMLElementView. We currently don't have any sample code for using it. https://api.flutter.dev/flutter/widgets/HtmlElementView-class.html [this issue + comment](https://github.com/flutter/flutter/issues/71619#issuecomment-740810200)...
### What information is missing? As part of the IA work, add text to the layout page that's currently being auto generated. ### How would you like us to fix...
This doc was planned to be placed at `/perf/memory` and linked to from [Performance overview page](https://docs.flutter.dev/perf), but it was never completed. It's a good time to explore adding this page,...
### Page URL https://docs.flutter.dev/platform-integration/macos/c-interop/ ### Page source https://github.com/flutter/website/tree/main/src/platform-integration/macos/c-interop.md ### Describe the problem The page says > In Xcode, open Runner.xcworkspace. > Add the C/C++/Objective-C/Swift source files to the Xcode project....