mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-15 07:09:19 +08:00
1.8 KiB
1.8 KiB
Next
Features:
- Add-to-app support - @santiihoyos
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
[1.0.0] - 8/30/18
Breaking Change: Adds support for AndroidX
[0.0.8] - 8/30/18
- Fixes iOS: pressing cancel doesn't stop scanning thanks to @tgezginis.
[0.0.7] - 8/30/18
- Fix iOS barcodes not scanning
[0.0.6] - 8/29/18
- Fix android dependencies
- iOS scanner now looks like Android thanks to @dustin-graham
[0.0.4] - 2/8/18
- Fix missing gradle dependency (thanks to toteto)
- Update gradle dependencies
[0.0.3] - 2/8/17
- Improved permission handling (thanks to BenSower)
- Added MIT license
[0.0.2] - 11/7/17
- Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
[0.0.1] - 10/29/17
- Supports 2D & QR Codes
- Control flash while scanning