- Android: Fixes #137 and #132
- iOS: Fixes #97
- PR: #184 and #182
- Null safety migration
- Merge PR #90
- iOS: Issue #82 fix
- Android: Issue #62 fix
- Enhancement: Fixes mentioned issues #60, #59, #55, #53, #49, #43, #41, #37, #65, #63, #64, #71, #79.
- Android: New API migration.
- iOS: Now supports landscape mode in scanning.
- Enhancement: Issue #14, Added separate graphics overlay for Barcode and QR code.
- Android: Issue #31 fix (Out of memory crash).
- iOS: Issue #34 fix (Flash icon mismatch).
- iOS: No response on cancel button click (Fixes issue #33).
- Android: Potential issue fix Unhandled Exception: MissingPluginException.
- iOS: Camera permission issue fix (fixes issue #24).
- iOS: Added check for camera permission. Ask user to grant camera permission.
- Android: Continuous scan not working issue fix.
- iOS: Added support for ARGB color code which was not supported earlier.
- iOS: flash icon not visible for some devices issue fix.
- Removed unnecessary code.
- New feature (Issue #18): Now barcodes can be scanned continuously without closing camera.
- Upgraded workspace for Android and iOS
- Potential bug fix for issue #9 (Swift 3 inference for @Objc)
- Added one more parameter in
scanBarcode
which isisShowFlashIcon
. Now you can pass bool value of your choice to show or hide the flash icon. - Upgraded example code to Swift 5. Plugin is now Swift 5 compatible.
- Added one more parameter in
scanBarcode
which isCANCEL_BUTTON_TEXT
. Now you can pass text of your choice and your language choice.
- Bug fixes and improvements
- Added support for Android X
- Bug fixes and improvements
- Added Android Support for 16 and above
- Minor changes and bug fixes
- Minor bug fixes and improvements
- Initial release.