mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-15 01:29:19 +08:00
58 lines
2.0 KiB
Markdown
58 lines
2.0 KiB
Markdown
## v2.0.0 - 2020-02-19
|
|
|
|
Features:
|
|
- [Add-to-app support](https://github.com/mintware-de/flutter_barcode_reader/pull/168) - @santiihoyos
|
|
- Changed overlay to full screen in iOS 13
|
|
|
|
Bugfixes:
|
|
- [Fixed rotation on iOS](https://github.com/mintware-de/flutter_barcode_reader/pull/167) - @mintware-de
|
|
- [#61 Rotating orientation on iPhones only shows half the screen](https://github.com/mintware-de/flutter_barcode_reader/issues/61)
|
|
|
|
Changes:
|
|
- [Fix compile warning](https://github.com/mintware-de/flutter_barcode_reader/pull/127) - @lookfirst
|
|
- [Upgrade gradle](https://github.com/mintware-de/flutter_barcode_reader/pull/142) - @SuuSoJeat
|
|
- `com.android.tools.build:gradle`: 3.3.1 -> 3.5.0
|
|
- `org.jetbrains.kotlin:kotlin-gradle-plugin`: 1.3.20 -> 1.3.50
|
|
- `compileSdkVersion`: 28 -> 29
|
|
- `targetSdkVersion`: 28 -> 29
|
|
- `gradle`: 4.10.2 -> 5.4.1
|
|
- [Package description updated](https://github.com/mintware-de/flutter_barcode_reader/pull/180) - @connectety
|
|
- README.md and LICENSE.md updated
|
|
- Since the project owner has been changed, the package names are different. Checkout the [UPGRADE.md](./UPGRADE.md) for details.
|
|
|
|
## v1.0.0 - 2018-08-30
|
|
|
|
Breaking Change: Adds support for AndroidX
|
|
|
|
## v0.0.8 - 2018-08-30
|
|
|
|
* Fixes [iOS: pressing cancel doesn't stop scanning](https://github.com/mintware-de/flutter_barcode_reader/issues/60) thanks to @tgezginis.
|
|
|
|
## v0.0.7 - 2018-08-30
|
|
|
|
* Fix iOS barcodes not scanning
|
|
|
|
## v0.0.6 - 2018-08-29
|
|
|
|
* Fix android dependencies
|
|
* iOS scanner now looks like Android thanks to @dustin-graham
|
|
|
|
## v0.0.4 - 2018-02-8
|
|
|
|
* Fix missing gradle dependency (thanks to [toteto](https://github.com/mintware-de/flutter_barcode_reader/pull/15))
|
|
* Update gradle dependencies
|
|
|
|
## v0.0.3 - 2017-02-8
|
|
|
|
* Improved permission handling (thanks to [BenSower](https://github.com/BenSower))
|
|
* Added MIT license
|
|
|
|
## v0.0.2 - 2017-11-7
|
|
|
|
* Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
|
|
|
|
## v0.0.1 - 2017-10-29
|
|
|
|
* Supports 2D & QR Codes
|
|
* Control flash while scanning
|