miniav_flutter 0.7.2 copy "miniav_flutter: ^0.7.2" to clipboard
miniav_flutter: ^0.7.2 copied to clipboard

PlatformAndroid

Flutter companion for miniav. Re-exports the full miniav API and auto-registers a WidgetsBindingObserver that calls MiniAV.dispose() on hot restart, preventing "Callback invoked after it has been dele [...]

0.7.2 #

  • released 08/13/26 - MR

0.7.1 #

  • Version bump to keep the miniav 0.7.1 family aligned; inherits the Windows camera teardown and COM/MF lifetime fixes from miniav_ffi 0.7.1. No API change in this package.

0.7.0 #

1.0.0 #

0.6.0 #

  • add Android MediaProjection consent helper (MiniAVAndroidScreenConsent): Kotlin MethodChannel plugin + typed mediaProjection foreground service + JNI handoff of the projection to the pure-FFI native layer (MiniAV_Screen_SetAndroidMediaProjection). Call MiniAVAndroidScreenConsent.requestScreenCapture() before starting MiniAV screen capture on Android; listen to onProjectionStopped for user/system revoke. This makes miniav_flutter an Android plugin (Dart-only elsewhere).

0.5.11 #

0.5.10 #

0.5.9 #

0.5.8 #

  • fix audio buffer allocations and leak issue

0.5.7 #

  • Fix logger noisiness

0.5.6 #

  • fix FormatException on non-UTF-8 bytes in MiniAV log callback: use Utf8Decoder(allowMalformed: true) instead of toDartString()
  • add setLogCallback and installStderrLogger to route native MiniAV C library logs to a Dart callback

0.5.5 #

  • fix wasapi loopback issue

0.5.4 #

  • adds bindings observer lib to fix crash on hot restart

0.5.3 #

  • Initial release. Re-exports miniav and auto-registers a WidgetsBindingObserver that calls MiniAV.dispose() on hot restart.
0
likes
140
points
320
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter companion for miniav. Re-exports the full miniav API and auto-registers a WidgetsBindingObserver that calls MiniAV.dispose() on hot restart, preventing "Callback invoked after it has been deleted" crashes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, miniav

More

Packages that depend on miniav_flutter

Packages that implement miniav_flutter