website
website copied to clipboard
Flutter documentation web site
### What information needs to be added? For this page [1] which you can find in the First Hour (aka Getting Started) flow, if you choose "iOS app" , you...
### Page URL https://docs.flutter.dev/cookbook/navigation/named-routes/ ### Page source https://github.com/flutter/website/tree/main/src/content/cookbook/navigation/named-routes.md ### Describe the problem I can not get callback while clicking on browser backward and forward arrow button click. ### Expected fix...
### What information needs to be added? Tracking issue. We noticed there are lots of good questions specifically around using Flutter in the context of iOS. Inclusive but not limited...
### What information needs to be added? Tracking issue. There's a Google Doc with a critique and assessment we can use to help update this page. (I am omitting the...
### Page URL https://docs.flutter.dev/tools/devtools/performance ### Page source _No response_ ### Describe the problem The Raster stats feature has been removed from DevTools, therefore references to it in the Performance view...
We should have a docs page that explains everything a maintainer / contributor needs to know to be a productive contributor to the website. For example: - [Using includes properly](https://github.com/flutter/website/pull/10911#discussion_r1680082201)...
### What information needs to be added? https://docs.flutter.dev/platform-integration/web/embedding-flutter-web exists, but it's not clear in the docs that it's spiritually the same concept as add-to-app (even though it is linked from...
DRAFT: It should may land only after the next major release, when functionality is available in stable. _Description of what this PR is changing or adding, and why:_ It is...
### What information is missing? Right now we only show how to embed a UIKit view. But it is possible to embed a SwiftUI view via UIKit. ### How would...
### What information needs to be added? Flutter tooling supports incrementally added to an existing macOS app. The docs should be similar to https://docs.flutter.dev/add-to-app/ios/project-setup and https://docs.flutter.dev/add-to-app/ios/add-flutter-screen but the details for...