media_kit_native_event_loop 1.0.8 media_kit_native_event_loop: ^1.0.8 copied to clipboard
Platform specific threaded event handling for media_kit. Enables support for higher number of concurrent instances.
Installation #
Add in your pubspec.yaml
:
dependencies:
media_kit_native_event_loop: ^1.0.8
This will automatically allow using higher number of concurrent instances.
A workaround for dart-lang/sdk#51254 & dart-lang/sdk#51261.