Bugfixes:
- Fixed wrong build.gradle
Features:
- Add-to-app support - @santiihoyos
- Changed overlay to full screen in iOS 13
Bugfixes:
Changes:
- Fix compile warning - @lookfirst
- Upgrade gradle - @SuuSoJeat
com.android.tools.build:gradle
: 3.3.1 -> 3.5.0org.jetbrains.kotlin:kotlin-gradle-plugin
: 1.3.20 -> 1.3.50compileSdkVersion
: 28 -> 29targetSdkVersion
: 28 -> 29gradle
: 4.10.2 -> 5.4.1
- Package description updated - @connectety
- README.md and LICENSE.md updated
- Since the project owner has been changed, the package names are different. Checkout the UPGRADE.md for details.
Breaking Change: Adds support for AndroidX
- Fixes iOS: pressing cancel doesn't stop scanning thanks to @tgezginis.
- Fix iOS barcodes not scanning
- Fix android dependencies
- iOS scanner now looks like Android thanks to @dustin-graham
- Fix missing gradle dependency (thanks to toteto)
- Update gradle dependencies
- Improved permission handling (thanks to BenSower)
- Added MIT license
- Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see flutter/flutter#10968)
- Supports 2D & QR Codes
- Control flash while scanning