website
website copied to clipboard
Flutter documentation web site
### Page URL https://docs.flutter.dev/release/breaking-changes/android-surface-plugins#note-on-camera-previews ### Describe the problem The note for fixing the rotation of camera previews backed by a `SurfaceProducer` is outdated; the fix it references is no longer...
### Page URL https://docs.flutter.dev/ui/widgets/input ### Page source _No response_ ### Describe the problem This page only shows 4 general widgets ### Expected fix should exhaustively list widgets that grab a...
### Page URL https://docs.flutter.dev/release/breaking-changes/android-surface-plugins ### Page source _No response_ ### Describe the problem When the `onSurfaceDestroyed` is deprecated in the future, and replaced by `onSurfaceCleanup`, the migration guide should be...
### Page URL docs.flutter.dev/app-architecture/case-study ### Page source _No response_ ### Describe the problem Right now, the code snippets in the PR #11414 aren't under CI. To add them to CI...
The page https://docs.flutter.dev/platform-integration/platform-adaptations discusses the automatic UI adaptions performed by the Flutter framework. However for some reason it is placed in the leftnav under the "Beyond UI" section in the...
### Page URL https://docs.flutter.dev/get-started/install/windows/mobile/ ### Page source https://github.com/flutter/website/tree/main/src/content/get-started/install/windows/mobile.md ### Describe the problem In following the instructions on installing Flutter for VS Code, I installed the Flutter VS Code extension and...
### What information needs to be added? https://docs.flutter.dev/cookbook/lists/mixed-list is a bit outdated In addition the approach is probably not the best cause it ties together the data class and build...
### Page URL https://docs.flutter.dev/add-to-app/ios/project-setup/ ### Page source https://github.com/flutter/website/tree/main/src/content/add-to-app/ios/project-setup.md ### Describe the problem target 'MyApp' do install_all_flutter_pods(flutter_application_path) end pod install Invalid `Podfile` file: undefined method `flutter_relative_path_from_podfile' for # Did you mean?...
Also flatten the structure of the directory, relying on the structuring in `tutorial.yml`. This results in simpler paths and easier changes of order or grouping in the future.
Adds support for menu items to navigate between portions of the site, matching a capability already being used on dart.dev. This PR currently only surfaces them when the FWE tutorial...