voxa_deepar 0.1.3
voxa_deepar: ^0.1.3 copied to clipboard
DeepAR camera effects for VoxaRTC. Runs on the capture path, before the encoder, so the room sees the effect rather than the streamer previewing it.
0.1.3 #
- Docs and metadata now point at voxartc.com; the old zamansheikh.com hostnames are gone.
0.1.2 #
- Fixed a LateInitializationError in the example.
build()runs the moment the widget mounts, but the controller was assigned afterinitialize()— so the first seconds rendered an error screen before the camera appeared.
0.1.1 #
- Added an example, so the package page shows working code rather than only prose.
- Documented the
VoxaDeepArconstructor. - Point
homepageat the docs site instead of arepositoryURL that 404s while the repo is private.
0.1.0 #
- DeepAR camera effects on the VoxaRTC capture path, Android.
- Registers itself against the host Activity — apps add the dependency and write no native code.
- Ships the ProGuard rules DeepAR's JNI callbacks need, so release builds do not abort.