| Kate Lovett | 1fbcbb7 | 2024-05-28 15:12:10 | [diff] [blame] | 1 | This wiki is primarily aimed at engineers building or making contributions to Flutter. |
| 2 | |
| Parker Lougheed | 22570da | 2024-09-24 20:03:08 | [diff] [blame] | 3 | If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our website at [flutter.dev](https://flutter.dev). For specific information about Flutter's APIs, consider our API reference which can be found at the [api.flutter.dev](https://api.flutter.dev/). |
| Kate Lovett | 1fbcbb7 | 2024-05-28 15:12:10 | [diff] [blame] | 4 | |
| 5 | If you want to know what we're likely to do in the future, our [roadmap](./roadmap/Roadmap.md) may be of interest. |
| 6 | |
| 7 | If you intend to contribute to Flutter, welcome! You are encouraged to start with [our contributor guide](../CONTRIBUTING.md), which helps onboard new team members. It points to the most relevant pages on this wiki. You are also invited to join our [Discord](./contributing/Chat.md) server. |
| 8 | |
| 9 | |
| 10 | ## Index of notable sections |
| 11 | |
| 12 | * [Actionable bugs](./triage/README.md#what-makes-an-issue-actionable), and the closing of unactionable bugs |
| 13 | * [Breaking changes](./contributing/Tree-hygiene.md#handling-breaking-changes) |
| 14 | * [Cherrypick process](./releases/Flutter-Cherrypick-Process.md) |
| 15 | * [Closing issues](./contributing/issue_hygiene/README.md#closing-issues) |
| 16 | * [Dashboards](./infra/Dashboards.md) |
| John "codefu" McDole | e068a3e | 2025-09-16 18:19:50 | [diff] [blame] | 17 | * [Debugging a broken engine autoroll](../docs/engine/Debugging-the-engine.md#bisecting-a-roll-failure) |
| Kate Lovett | 1fbcbb7 | 2024-05-28 15:12:10 | [diff] [blame] | 18 | * [Deprecations](./contributing/Tree-hygiene.md#deprecations) |
| 19 | * [Design documents](./contributing/Design-Documents.md) |
| 20 | * [Discord](./contributing/Chat.md) |
| 21 | * [Engineering Philosophy](./contributing/Style-guide-for-Flutter-repo.md#philosophy) |
| 22 | * [Flaky tests](./contributing/issue_hygiene/README.md#flaky-tests) |
| 23 | * [flutter.dev is down](./In-case-of-emergency.md) |
| 24 | * [Issue prioritization](./contributing/issue_hygiene/README.md#priorities) |
| 25 | * [Labels](./contributing/issue_hygiene/README.md#labels) |
| 26 | * [Milestones](./contributing/issue_hygiene/README.md#milestones) |
| 27 | * [Plugin compatibility policy](./contributing/Style-guide-for-Flutter-repo.md#plugin-compatibility) |
| 28 | * [Reviewing code](./contributing/Tree-hygiene.md#getting-a-code-review) |
| 29 | * [RFC process](./contributing/issue_hygiene/README.md#how-to-propose-a-specific-change) |
| 30 | * [Status of popular issues](./contributing/issue_hygiene/Popular-issues.md) |
| Michael Goderbauer | c6b0876 | 2024-09-06 15:45:04 | [diff] [blame] | 31 | * [Style guide for Flutter repo](./contributing/Style-guide-for-Flutter-repo.md) |
| Kate Lovett | 1fbcbb7 | 2024-05-28 15:12:10 | [diff] [blame] | 32 | * [Submitting code, process for](./contributing/Tree-hygiene.md#overview) |
| 33 | * [Support levels, definitions of](./about/Values.md#support) |
| John "codefu" McDole | e068a3e | 2025-09-16 18:19:50 | [diff] [blame] | 34 | * [Symbolicating stack traces](../docs/engine/Crashes.md) |
| Kate Lovett | 1fbcbb7 | 2024-05-28 15:12:10 | [diff] [blame] | 35 | * [Threading in the Engine](./about/The-Engine-architecture.md#threading) |
| 36 | * [When will my bug be fixed?](./contributing/issue_hygiene/README.md#when-will-my-bug-be-fixed) |
| Michael Goderbauer | c6b0876 | 2024-09-06 15:45:04 | [diff] [blame] | 37 | * [Security best practices](./infra/Security.md#best-practices) |