stuartmorgan-g
stuartmorgan-g
Is anyone able to reproduce this with `video_player_avfoundation` 2.7.1? My expectation was that the PR that was published as 2.7.1 would very likely resolve this, as it completely reworks the...
> * [ ] 5. Deprecate `(create|register)SurfaceTexture`. In Impeller, issue a warning at runtime if it is used. > * [ ] 6. In Impeller, issue an error if it...
> Based on that, it sounds like we would need to migrate the plugins at least 2 releases before Impeller on Android by default reaches stable? The minimum to avoid...
> I think we would know "too late". When would we need to know? We know at compile time of the app what all the plugins are and what their...
Yes; if we have a way to do fallback to not break existing plugins, but can't toggle it at runtime, then we could consider gating it on SDK constraint at...
> but camera_web, video_player_web, and various other pub.dev packages such as livekit all need to support video How does `camera_web` need to support video? > It should only render the...
Probably one of https://github.com/miguelpruivo/flutter_file_picker/issues/1145 and this should be closed, since they seem to be describing the same thing.
> So I think this specific case should be handled by [method filtering](https://github.com/dart-lang/native/issues/251) instead. Yes, method filtering would definitely address both the specific use case of needing to exclude these...
> and Swift Package Manager Actually, it appears that SPM does not support disabling ARC. I don't see any options for it, and https://forums.swift.org/t/support-for-disabling-arc/27998 is still open. Since Flutter is...
> It would be (almost) seamless when we have the native assets feature. At that point we need to tell the user to have a `hook/build.dart` and we can provide...