website
website copied to clipboard
Flutter documentation web site
At https://docs.flutter.dev/deployment/android I only saw build.gradle instructions for Kotlin. I had to resort to ChatGPT to get instructions on how to modify build.gradle for app signing.
### Page URL https://docs.flutter.dev/cookbook/effects/parallax-scrolling/ ### Page source https://github.com/flutter/website/tree/main/src/content/cookbook/effects/parallax-scrolling.md ### Describe the problem In the example GIF, there is a picture of Singapore and the title/subtitle says Singapore/China. ### Expected fix...
### Page URL https://docs.flutter.dev/ui/widgets/layout ### Page source _No response_ ### Describe the problem * I clicked on a link in another topic that took me to the `Layout widgets` page....
### Page URL https://docs.flutter.dev/reference/flutter-cli/ ### Page source https://github.com/flutter/website/tree/main/src/content/reference/flutter-cli.md ### Describe the problem flutter create --platforms=ios my_app flutter build ios-framework ./my_app **Error: No pubspec.yaml file found. This command should be run...
### Page URL https://flutter.dev ### Page source _No response_ ### Describe the problem Description: When refreshing the page, the header1 momentarily moves too high on the screen before repositioning itself...
### Page URL https://flutter.dev ### Page source _No response_ ### Describe the problem Description: When opening https://flutter.dev on a mobile device, the logo briefly displays an additional mirrored version directly...
### Page URL https://docs.flutter.dev/resources/ ### Page source https://github.com/flutter/website/tree/main/src/content/resources/architectural-overview.md ### Describe the problem If approved good, can do this ### Expected fix _No response_ ### Additional context _No response_ ### I...
### Page URL https://docs.flutter.dev/deployment/android/ ### Page source https://github.com/flutter/website/tree/main/src/content/deployment/android.md ### Describe the problem I have created a new Flutter project (using the `flutter create` command), which by default uses the **gradle.kts**...
Right now, when a user installs Flutter, they need to click through multiple steps before they can begin reading instructions: 1. "Choose your platform to get started" (https://docs.flutter.dev/get-started/install) 2. "Choose...