website
website copied to clipboard
Flutter documentation web site
### Page URL https://docs.flutter.dev/testing/native-debugging/ ### Page source https://docs.flutter.dev/testing/native-debugging#debug-dart-and-cplusplus-code-using-visual-studio ### Describe the problem One can easily add a windows process to VS Code, after starting a Flutter app, also in VSCode,...
### Page URL https://docs.flutter.dev/app-architecture/design-patterns/result#using-the-result-pattern ### Page source _No response_ ### Describe the problem The Result class is useful for encapsulating success and error outcomes. However, it has some undocumented limitations....
Verify each potential case where hot reload fails is outlined and explained. Page: https://docs.flutter.dev/tools/hot-reload
### What information needs to be added? Would it be possible to say somewhere that code guarded with checks against `defaultTargetPlatform`, e.g., ```dart if (defaultTargetPlatform == TargetPlatform.windows) { /* Windows-specific...
### Page URL https://docs.flutter.dev/packages-and-plugins/background-processes/ ### Page source https://github.com/flutter/website/tree/main/src/packages-and-plugins/background-processes.md ### Describe the problem Hi.. Thank you so much for everything.. BUT, this part of the documentation is too short. I have...
### Page URL https://docs.flutter.dev/app-architecture/case-study/ ### Page source https://github.com/flutter/website/tree/main/src/content/app-architecture/case-study/index.md ### Describe the problem The second phone screenshot at the top of the doc page shows the "Alfami Coast, Italy" as the...
### Page URL https://docs.flutter.dev/get-started/install/windows/mobile ### Page source _No response_ ### Describe the problem _Verify that Android API 35.0.1 has been selected_ and the connected instructions use _Android API 35.0.1_ where...
### Page URL https://docs.flutter.dev/cookbook/networking/web-sockets/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/networking/web-sockets.md ### Describe the problem Connection errors while establishing a connection with WebSocketChannel.connect() can't be handeled with try/catch blocks. ### Expected fix _No...
### What information needs to be added? This feature was added for for the next stable release. ### Where should this new content appear? /cookbook/design/sheets ?? /cookbook/design/cupertino ?? ### I...
### Page URL https://docs.flutter.dev/cookbook/design/fonts/ ### Page source https://github.com/flutter/website/tree/main/src/content/cookbook/design/fonts.md ### Describe the problem The website describes how to use custom fonts, but it says: > ## Set styles and weights with...