website icon indicating copy to clipboard operation
website copied to clipboard

Flutter documentation web site

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

### Page URL https://docs.flutter.dev/cookbook/design/themes#interactive-example ### Page source https://github.com/flutter/website/tree/main/src/cookbook/design/themes.md ### Describe the problem Hello, I found mistakeful code line in your example. https://docs.flutter.dev/cookbook/design/themes#interactive-example 19 line(`primaryColor: Colors.lightBlue[800]`) does nothing. I tested it...

p2-medium
cookbook
e1-hours

### Page URL https://docs.flutter.dev/cookbook/animation/physics-simulation/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/animation/physics-simulation.md ### Describe the problem There is an error in line 32 ### Expected fix State createState() => _DraggableCardState(); This fixes the issue....

p2-medium
cookbook
e0-minutes

### Page URL https://docs.flutter.dev/deployment/android#what-are-the-supported-target-architectures ### Page source https://github.com/flutter/website/blob/37ac16fa3ca0c82d4f87181cb62c42ad1913fe47/src/deployment/android.md?plain=1#L514-L515 ### Describe the problem It mentions: >Flutter does not currently support building for x86 Android (See [Issue 9253](https://github.com/flutter/flutter/issues/9253)). However the issue is...

p2-medium
e0-minutes

### Page URL https://docs.flutter.dev/resources/architectural-overview/ ### Page source https://github.com/flutter/website/tree/main/src/resources/architectural-overview.md ### Describe the problem Flutter official documentation is missing dark theme. Would be awesome if you added a functionality to switch to...

infrastructure
p2-medium

### Page URL https://docs.flutter.dev/development/add-to-app#add-to-android-applications ### Page source https://github.com/flutter/website/tree/main/src/development/add-to-app/index.md ### Describe the problem Step 1 and 2 in the animated gif is outdated https://docs.flutter.dev/assets/images/docs/development/add-to-app/android-overview.gif The animated gif is excited and compelling...

p2-medium
e2-days
target.Android
fix.video
fix.screenshot

### Page URL https://docs.flutter.dev/add-to-app/android/project-setup ### Page source https://github.com/flutter/website/tree/main/src/development/add-to-app/android/project-setup.md ### Describe the problem abiFilters yellow box is advanced, possibly edge case, possible confusing. I'm concerned it will make this page significantly...

p2-medium
e1-hours
target.Android
from.page-issue
dev.integration

### Page URL https://docs.flutter.dev/development/add-to-app/android/project-setup/ ### Page source https://github.com/flutter/website/tree/main/src/development/add-to-app/android/project-setup.md ### Describe the problem Looks like using Android Studio to configure integrate a Flutter module into Android project is no longer available,...

p2-medium
e2-days

### What information is missing? The [Developing Packages & Plugins](https://docs.flutter.dev/development/packages-and-plugins/developing-packages) document should go into more detail about writing plugins for desktop platforms. As a desktop plugin author myself, I have...

d.enhancement
p2-medium
e3-weeks
dev.plugin
dev.integration
lang.native-code
t.desktop

### Describe the problem When I set up docker image on Windows Power Shell `make up` fails by jekyll logs ```console > make up docker-compose up site Recreating website_site_1 ......

infra.structure
p2-medium
e2-days
devos.Windows
auto.docker
st.triage.ltw

### What information is missing? Hi, I'm using AWS as my server / deployment for a web-app I'm working on. I have managed to deploy my web-app a number of...

p2-medium
e2-days
target.web
t.networking
t.ui.assets