website
website copied to clipboard
Flutter documentation web site
### Page URL https://docs.flutter.dev/packages-and-plugins/developing-packages#federated-plugins ### Describe the problem At the bottom of the Federated Plugins section, there is a link to a Medium article containing an example of how to...
### Page URL https://docs.flutter.dev/cookbook/navigation/set-up-universal-links/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/navigation/set-up-universal-links.md ### Describe the problem When using xcode to add the associated-domains only `ios/Runner/RunnerRelease.entitlements` is updated - when developing, we *also* need to...
### Page URL https://docs.flutter.dev/get-started/flutter-for/android-devs/ ### Page source https://github.com/flutter/website/tree/main/src/get-started/flutter-for/android-devs.md ### Describe the problem This page looks outdated and is misguiding developers regarding Flutter's localization. ### Expected fix Flutter has good localization...
These are the current scrolling references on the website: - https://docs.flutter.dev/development/ui/widgets/scrolling - https://docs.flutter.dev/development/ui/advanced/slivers I think in general we should have a robust section of the website dedicated to scrolling best...
### Page URL https://docs.flutter.dev/ui/layout/responsive/building-adaptive-apps ### Page source _No response_ ### Describe the problem Hello there! [This amazing blogpost](https://medium.com/flutter/developing-flutter-apps-for-large-screens-53b7b0e17f10) contains a lot of information related to large screens, could you add...
### Page URL https://docs.flutter.dev/platform-integration ### Page source _No response_ ### Describe the problem I recently published a 3-articles series which provides step-by-step process for creating various distribution builds (`.dmg`, `.exe`,...
### Page URL https://docs.flutter.dev/ui/navigation/deep-linking#migrating-from-plugin-based-deep-linking ### Page source https://github.com/flutter/website/tree/main/src/cookbook/navigation/set-up-app-links.md ### Describe the problem You should specify on the web page that the suggested package go_router has NO compatibility with the WillPopScope...
### Page URL https://docs.flutter.dev/platform-integration/web/building/ ### Page source https://github.com/flutter/website/tree/main/src/platform-integration/web/building.md ### Describe the problem In the last section 'Add web support to an existing app' there is no guidance on what to...
The documentation as of right now (https://github.com/flutter/website/blob/a286db4452b98d84909029f04d7ffbb88779b114/src/resources/architectural-overview.md?plain=1#L505-L506) claims that `Navigator` is implemented using `InheritedWidget`. This seems not to be the case, as can be seen here: https://github.com/flutter/flutter/blob/95dfde836918eb10259e780be3cb381e396259f1/packages/flutter/lib/src/widgets/navigator.dart#L2686-L2690 - the lookup...
https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply Specficially https://github.com/flutter/website/blob/b9d43e2d0c5d6fb0b16e65112cd41acc4f9c58e1/src/release/breaking-changes/flutter-gradle-plugin-apply.md?plain=1#L36 The project I'm working on has no previous values for these. I've tried copying the values from another project that does work and it seems to work,...