website icon indicating copy to clipboard operation
website copied to clipboard

Flutter documentation web site

Results 568 website issues
Sort by recently updated
recently updated
newest added

### 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...

p2-medium
e2-days
dev.plugin
st.triage.ltw
from.page-issue

### 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...

p2-medium
e1-hours
devos.macOS
st.triage.ltw
target.iOS
from.page-issue

### 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...

p2-medium
e2-days
st.triage.ltw
target.Android
from.page-issue
a.from-to

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...

p3-low
e2-days
t.framework
t.ui.scrolling
st.triage.ltw
dev.best-practices

### 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...

p2-medium
e2-days
st.triage.ltw
from.page-issue
t.ui.layout
t.adaptive-apps

### 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`,...

p2-medium
e2-days
from.page-issue
a.resource

### 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...

p2-medium
a.cookbook
e1-hours
st.triage.ltw
from.page-issue
t.navigation

### 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...

p2-medium
e1-hours
st.triage.ltw
from.page-issue
target.web

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...

p2-medium
e2-days
st.triage.ltw
from.page-issue
t.navigation

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,...

p2-medium
e2-days
st.triage.ltw
target.Android
a.rn.breaking-changes