Frederik Feichtmeier
Frederik Feichtmeier
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
@eboye hey I am taking another look and I would really like to have a githubaction to build the appimages for people who prefer manual downloads over store downloads I...
https://pub.dev/packages/dart_chromecast/example
https://pub.dev/packages/upnp_client https://pub.dev/packages/upnp2
https://pub.dev/packages/webdav_client Not yet sure if this feature really makes sense though
I have am not using any SubtitleConfiguration so Video should keep its default I think. Sometimes when I have a fullscreen video I get this exception: ``` flutter: ══╡ EXCEPTION...
YaruMasterDetailPage navigator design is sadly flawed. There are two navigators One in portraitlayout: https://github.com/ubuntu/yaru.dart/blob/f006d8ef14c5e5fea6a09b656d29b287324aaaa5/lib/src/widgets/master_detail/yaru_portrait_layout.dart#L102 And one in LandscapeLayout: https://github.com/ubuntu/yaru.dart/blob/f006d8ef14c5e5fea6a09b656d29b287324aaaa5/lib/src/widgets/master_detail/yaru_landscape_layout.dart#L142 The YaruMasterDetailPage allows passing a key to BOTH of the navs,...
The hardcoded fill color does not work with high contrast Also it makes no sense to default change the input decoration and then provide no parameters I think we should...