app-center
app-center copied to clipboard
fix(TEMP): Workaround for combo box in-development fix
Temporary workaround for the missing combo box role: https://github.com/flutter/flutter/issues/172918.
This uses my fork of Flutter: https://github.com/ashuntu/flutter/tree/combo-box-role-tmp As well as a small fix for Yaru (because of the Flutter fork): https://github.com/ashuntu/yaru.dart/tree/combo-box-role-tmp
UDEAA-147