stuartmorgan-g
stuartmorgan-g
> Some plugins use the option `-Werror` in the Java compilation args The only Flutter-team-owned plugin that had that issue was `video_player`, and a fix was already published for that...
> most developers don't run `flutter pub upgrade` that often or daily, so I have to update the minimum requirement instead I'm not sure how "that often or daily" relates...
> Update video_player package. v2.9.1 doesn't work with Ladybug, must upgrade to v2.9.2 > > ``` > video_player: ^2.9.2 > ``` > > Run `flutter pub upgrade` There is no...
@slightfoot Please don't post instructions here that, if copied and pasted, will cause people never to get bugfixes to some of their dependencies. Nobody has linked to any examples of...
> For now I omitted the caching feature for macOS. Do you want to have it implemented now or later? What's different between macOS and iOS for the cache? I...
> Then I noticed that in Xcode I run a build on "macOS (designed for iPAD)" That's Catalyst; it's not something we support in Flutter.
> macOS is not accepting an url and throws an url not supported exception on macOS Without more details and context I'm not sure what that would be. It's fine...
> would it be doable for flutter team to take over or implement from scratch? The plan is already for the Flutter team to continue this PR once we have...
Update from triage: This is still on our radar, but other work has taken priority so far.
Closing for now so this doesn't show up in triage; we don't expect to have time to work on it in the next several months, and interop work using `video_player`...