uvccamera 0.0.8 uvccamera: ^0.0.8 copied to clipboard
A USB Video Class (UVC) camera plugin for Flutter based on UVCCamera library for Android.
Changelog #
0.0.8 #
- (fix) release: flutter example readme formatting by @alexey-pelykh
Full Changelog: 0.0.7…0.0.8
0.0.7 #
- (fix) release: EXAMPLE.md -> example.md by @alexey-pelykh
Full Changelog: 0.0.6…0.0.7
0.0.6 #
- (imp) flutter: example README.md by @alexey-pelykh
- (docs) readme: development & contribution by @alexey-pelykh
Full Changelog: 0.0.5…0.0.6
0.0.5 #
- (docs) flutter: example README by @alexey-pelykh
- (imp) flutter: package score by @alexey-pelykh
- (imp) ci: upload Flutter example artifact by @alexey-pelykh
- (imp) keystore by @alexey-pelykh
- (fix) lib: USB device permission intent to support FLAG_MUTABLE on API 34+ by @alexey-pelykh
- (fix) lib: consumer ProGuard rules by @alexey-pelykh
Full Changelog: 0.0.4…0.0.5
0.0.4 #
- (imp) flutter: unify UvcCameraController state checks by @jhionan
- (chore) flutter: sort UvcCameraController imports by @jhionan
- (imp) flutter: exceptions by @alexey-pelykh
- (chore) flutter: upgrade SDK by @alexey-pelykh
- (imp) flutter: UvcCameraController to expose initialization errors by @jhionan
- (feat) flutter: take picture by @alexey-pelykh
Full Changelog: 0.0.3…0.0.4
0.0.3 #
- (ref) lib: move UI to usbCameraCommon
- (ref) lib: namespace change
- (ref) flutter: native plugin
- (fix) set buffer geometry and format on capture target
- (feat) flutter: video recording
Full Changelog: 0.0.2…0.0.3
0.0.2 #
- (fix) remove
FLUTTER_ROOT
from Flutter plugin - (imp) remove package from manifest due to namespace
Full Changelog: 0.0.1…0.0.2
0.0.1 #
- (fix) flutter plugin & library version matching
Full Changelog: 0.0.0…0.0.1
0.0.0 #
- Initial release