flutter_banuba_ar 0.1.2
flutter_banuba_ar: ^0.1.2 copied to clipboard
Flutter plugin for the Banuba augmented reality SDK. Provides camera capture, AR effect loading/switching, and a stream of AR-processed frames (RGBA/BGRA) for use in live streaming, recording, or preview.
0.1.2 #
- Fix:
CameraDeviceconstructor type mismatch on Android. CastActivitytoLifecycleOwner.
0.1.1 #
- Fix: Banuba Maven repository now injects into root project so consuming apps can resolve
com.banuba.sdkdependencies without manual repo setup
0.1.0 #
- Initial release
- Camera capture via Banuba CameraDevice (Android & iOS)
- AR effect loading/switching by name
- Processed frame output via EventChannel stream
- Front/back camera switching
- Hidden SurfaceView pipeline for headless rendering (Android)
- PixelBuffer output for efficient frame delivery (iOS)