Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 707 Bytes

0.1.2

  • Fix issues caused by NNBD.

0.1.1

  • Fix errors with flutter 3.x.

0.1.0

  • Migrate to NNBD.

0.0.3

  • 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.

0.0.2

  • Add CameraWidget and CameraController on iOS.
  • Add barcode stream (detected by MLKit) instead of image stream.
  • Update camerax example with barcode detection.

0.0.1

  • Add CameraWidget and CameraController on Android.
  • Add camerax example.