- Fix issues caused by NNBD.
- Fix errors with flutter 3.x.
- Migrate to NNBD.
- Add comments.
- Add torchState property.
- Add torch function.
- Change CameraWidget to CameraView.
- Change CameraController.initAsync to CameraController.startAsync.
- Change CameraController.detectBarcode to CameraController.barcodes.
- Change CameraController.view to CameraController.args.
- Merge mlkit into camerax.
- Add CameraWidget and CameraController on iOS.
- Add barcode stream (detected by MLKit) instead of image stream.
- Update camerax example with barcode detection.
- Add CameraWidget and CameraController on Android.
- Add camerax example.