flutter/docs
Kate Lovett 01d1e74af5
Remove abi key permanently from golden file testing (#149858)
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.
2024-06-06 23:05:52 +00:00
..
about [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
contributing Remove abi key permanently from golden file testing (#149858) 2024-06-06 23:05:52 +00:00
ecosystem [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
engine [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
examples [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
infra Add link to golden file test docs in the framework gardener guide (#149207) 2024-05-28 23:55:58 +00:00
libraries/material [wiki migration] Framework team pages (#148721) 2024-05-20 23:40:35 +00:00
platforms [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
postmortems [wiki migration] Pages under docs/postmortems/ (#148798) 2024-05-22 05:11:21 +00:00
releases 3.22.2 release notes (#149818) 2024-06-06 20:02:57 +00:00
roadmap [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
tool [wiki migration] Tool team pages (#148779) 2024-05-22 16:58:49 +00:00
triage Switch to triage-* labels for platform package triage (#149614) 2024-06-03 22:36:09 +00:00
wiki_archive Cleanup triage reports from docs/ (#149545) 2024-06-03 15:16:20 +00:00
Flutter-Self-Service-Index.md [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
In-case-of-emergency.md [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00
README.md [wiki migration] Leftover wiki pages and links (#148989) 2024-05-28 15:12:10 +00:00

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