Files
flutter/packages/flutter_tools/lib/src
August 9c6fcdac6f refactor: Perform plugin resolution per platform (#144506)
Part of #137040 and #80374

`possibleResolutions` and `possibleResolutions` used a key containing the platform and the plugin name via `getResolutionKey`. The global list is not necessary and also confusing. It can be avoided by handling the resolution of plugins per platform. This helps to have a more self-contained plugin resolution. This also is necessary to reuse the plugin resolution logic (per platform) for #137040.
2024-04-05 00:19:12 +00:00
..
2024-02-13 20:02:10 +00:00
2024-02-27 23:21:03 +00:00
2023-02-23 19:43:21 +00:00