mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() We have fiddled with this a bunch, and there is definitively no way to reliably include this, so I am removing it. Since CI does not cover all possible values, we can't consistently look up images for local testing. We thought removing it from the look up would work fine, and it did for most tests, but there were still some that could not find an image without it. A brief history on the abi key - added in https://github.com/flutter/flutter/pull/143621 - disabled in https://github.com/flutter/flutter/pull/148023 - added back in https://github.com/flutter/flutter/pull/148072 - we thought there was only an issue with alphabetizing keys - removed from local image look up in https://github.com/flutter/flutter/pull/149696 I updated the docs page to also discuss what makes a good key and what does not based on what we learned here. |
||
---|---|---|
.. | ||
about | ||
contributing | ||
ecosystem | ||
engine | ||
examples | ||
infra | ||
libraries/material | ||
platforms | ||
postmortems | ||
releases | ||
roadmap | ||
tool | ||
triage | ||
wiki_archive | ||
Flutter-Self-Service-Index.md | ||
In-case-of-emergency.md | ||
README.md |
This wiki is primarily aimed at engineers building or making contributions to Flutter.
If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the api.flutter.dev.
If you want to know what we're likely to do in the future, our roadmap may be of interest.
If you intend to contribute to Flutter, welcome! You are encouraged to start with our contributor guide, which helps onboard new team members. It points to the most relevant pages on this wiki. You are also invited to join our Discord server.
Index of notable sections
- Actionable bugs, and the closing of unactionable bugs
- Breaking changes
- Cherrypick process
- Closing issues
- Dashboards
- Debugging a broken engine autoroll
- Deprecations
- Design documents
- Discord
- Engineering Philosophy
- Flaky tests
- flutter.dev is down
- Issue prioritization
- Labels
- Milestones
- Plugin compatibility policy
- Reviewing code
- RFC process
- Status of popular issues
- Submitting code, process for
- Support levels, definitions of
- Symbolicating stack traces
- Threading in the Engine
- When will my bug be fixed?
- Security best practices