Skip to content

Latest commit

 

History

History
119 lines (75 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

119 lines (75 loc) · 2.24 KB

0.4.10

Fixed:

  • Pub.dev format problem
  • Updating CHANGELOG.md correctly

0.4.9

Changed:

  • Updated dependencies, google_mlkit_barcode_scanning to 0.6.0

0.4.8

Changed:

  • Updated dependencies, google_mlkit_barcode_scanning to 0.5.0

0.4.7

Removed:

  • README.md warning about the pub.dev package platform compatibility mislabeling

0.4.6

Fixed:

  • Issue tracker in pubspec.yaml

0.4.5

Added:

  • README.md warning about the pub.dev package platform compatibility mislabeling

Fixed:

  • Fake lint error, again

0.4.4

Fixed:

  • Missing flutter to pubspec.yaml, to fix pub.dev's platform compatibilities. (Did not work)

0.4.3

Fixed:

  • Flutter version to >=2.10.0 in pubspec.yaml, hopefully fixing pub.dev's platform compatibilities. (Did not work)
  • CodeScannerCameraListener .dispose() method now does the same as .stop() to make sure no more data passes through the listener, into the callbacks.

0.4.2

Added:

  • lints developer dependency

Fixed:

  • Lints error: Unnecessary dart:typed_data import

0.4.1

Fixed:

  • Upgraded google_mlkit_barcode_scanning dependency version from 0.3.0 to 0.4.0.

0.4.0

Added:

  • Exported used interfaces ResolutionPreset and BarcodeFormat
  • onError callback

Changed:

0.3.3

Fixed:

  • "Memory leak" right before the app closes

0.3.2

Changed:

  • onAccessDenied return value is optional, default is false

0.3.1

Added:

  • shield.io badges

Fixed:

  • ChangeLog typos

0.3.0

Added:

  • onAccessDenied callback

Fixed:

  • CameraController created in the Lifecycle would not have a CodeScannerCameraListener
  • Scanner listener wouldn't be disposed of in the lifecycle

0.2.0

Added:

  • Lifecycle states handling, on CameraController created internally
  • Documentation for CodeScanner constructor
  • Readme warning about the CameraController lifecycle

Changed:

  • ChangeLog's format
  • Package description

0.1.0

Changed:

  • Callback hands listener instead of controller

0.0.2

Changed:

  • Dart SDK version

0.0.1

Initial release: CodeScanner