website
website copied to clipboard
Flutter documentation web site
### 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...
### 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....
### 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...
### 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...
### 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...
### 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...
### 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,...
### 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...
### 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 ......
### 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...