uvccamera 0.0.13
uvccamera: ^0.0.13 copied to clipboard
A USB Video Class (UVC) camera plugin for Flutter based on UVCCamera library for Android.
Changelog #
0.0.13 #
- (fix) UVCCamera.getPreviewSize(): compare width and height, not or by @alexey-pelykh
- (chore) gradle 8.13 and AGP 8.9.1 by @alexey-pelykh
- (chore) flutter: use 3.29.2 by @alexey-pelykh
Full Changelog: 0.0.12 … 0.0.13
0.0.12 #
- (imp) flutter: video recording state management by @alexey-pelykh
- (fix) flutter: takePicture callback to be called once by @alexey-pelykh
Full Changelog: 0.0.10 … 0.0.11
0.0.11 #
- (fix) flutter: format on publish by @alexey-pelykh
- (chore) flutter: use 3.29.1 by @alexey-pelykh
- (fix) flutter: isTakingPicture state by @alexey-pelykh
Full Changelog: 0.0.9 … 0.0.10
0.0.10 #
- (chore) gradle 8.12 by @alexey-pelykh
- (chore) upgrade to Flutter 3.29.0 by @alexey-pelykh
Full Changelog: 0.0.9 … 0.0.10
0.0.9 #
- (imp) flutter: support Impeller by @alexey-pelykh
Full Changelog: 0.0.8 … 0.0.9
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