website
website copied to clipboard
Flutter documentation web site
Add instructions on how to manually add Flutter's LLDB Init File. This is added to prevent crashes in debug mode on iOS 26. ## Presubmit checklist - [ ] This...
Update internationalization documents and gen_l10n example to align with deprecation of synthetic packages. From flutter 3.32.0 [breaking changes](https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source), localized messages are generated into source, not a synthetic package. This PR...
### Page URL https://docs.flutter.dev/cookbook/forms/focus/ ### Page source https://github.com/flutter/website/tree/main/src/content/cookbook/forms/focus.md ### Describe the problem Online code running tool button cover code, which greatly affects the user experience. You can't see the first...
**Dependent on hot reload for web not being behind a flag.** Introduces a new get started flow that focuses on installing Flutter, VS Code, and Chrome then trying out Flutter...
Atanazar
### Page URL https://docs.flutter.dev/get-started/learn-flutter/ ### Page source https://github.com/flutter/website/tree/main/src/content/get-started/learn-flutter.md ### Describe the problem void main() { runApp(const MyApp()); } ### Expected fix _No response_ ### Additional context _No response_ ### I...
_Description of what this PR is changing or adding, and why:_ * update incorrect english grammar in handlings-taps.md file _Issues fixed by this PR (if any):_ _PRs or commits this...
### Describe the problem I can change theme of site to light theme (there are icons of moon and sun on the top right edge), but the code samples are...
This aligns the docs with the changes in https://github.com/flutter/flutter/pull/170000
### Page URL https://docs.flutter.dev/install/upgrade/ ### Page source https://github.com/flutter/website/tree/main/src/content/install/upgrade.md ### Describe the problem Instructions for "Switch to a specific Flutter version" are unclear. They might be ok for people who don't...
### Page URL https://docs.flutter.dev/cookbook/testing/unit/mocking/ ### Page source https://github.com/flutter/website/tree/main/src/content/cookbook/testing/unit/mocking.md ### Describe the problem The initialization of MockClient is said to be as follows, on the said page: `final client = MockClient();`...