Fixed:
- Pub.dev format problem
- Updating CHANGELOG.md correctly
Changed:
- Updated dependencies, google_mlkit_barcode_scanning to
0.6.0
Changed:
- Updated dependencies, google_mlkit_barcode_scanning to
0.5.0
Removed:
README.md
warning about the pub.dev package platform compatibility mislabeling
Fixed:
- Issue tracker in
pubspec.yaml
Added:
README.md
warning about the pub.dev package platform compatibility mislabeling
Fixed:
- Fake lint error, again
Fixed:
- Missing
flutter
topubspec.yaml
, to fix pub.dev's platform compatibilities. (Did not work)
Fixed:
- Flutter version to
>=2.10.0
inpubspec.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.
Added:
lints
developer dependency
Fixed:
- Lints error: Unnecessary
dart:typed_data
import
Fixed:
- Upgraded
google_mlkit_barcode_scanning
dependency version from0.3.0
to0.4.0
.
Added:
- Exported used interfaces
ResolutionPreset
andBarcodeFormat
onError
callback
Changed:
- Default
ResolutionPreset
frommedium
tohigh
, becausemedium
may not be supported on all devices (CodeScanner-flutter/issues/1)
Fixed:
- "Memory leak" right before the app closes
Changed:
onAccessDenied
return value is optional, default isfalse
Added:
shield.io
badges
Fixed:
- ChangeLog typos
Added:
onAccessDenied
callback
Fixed:
CameraController
created in the Lifecycle would not have aCodeScannerCameraListener
- Scanner listener wouldn't be disposed of in the lifecycle
Added:
- Lifecycle states handling, on
CameraController
created internally - Documentation for
CodeScanner
constructor - Readme warning about the
CameraController
lifecycle
Changed:
- ChangeLog's format
- Package description
Changed:
- Callback hands
listener
instead ofcontroller
Changed:
- Dart SDK version
Initial release: CodeScanner