flutter_barcode_reader/CHANGELOG.md
Julian Finkler 14a744d0af Owner changes:
Android:
Kotlin Package: `com.apptreesoftware.barcodescan` -> `de.mintware.barcode_scan`
Manifest-Package: `com.yourcompany.barcodescan` -> `de.mintware.barcodescan`
Activity: `com.apptreesoftware.barcodescan.BarcodeScannerActivity` -> `de.mintware.barcode_scan.BarcodeScannerActivity`

iOS:
Bundle ID: `com.apptreesoftware.barcode.plugin.example` -> `de.mintware.barcode_scan.plugin.example`

Flutter:
Method channel: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
pubspec.yaml:
 - homepage updated
 - deprecated author entry removed
 - comments removed
 - flutter.plugin.androidPackage: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`

README.md updated and UPGRADE.md added
2020-02-19 23:19:14 +01:00

2.0 KiB

Next

Features:

Bugfixes:

Changes:

  • Fix compile warning - @lookfirst
  • Upgrade gradle - @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 - @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.

v1.0.0 - 2018-08-30

Breaking Change: Adds support for AndroidX

v0.0.8 - 2018-08-30

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)
  • Update gradle dependencies

v0.0.3 - 2017-02-8

  • Improved permission handling (thanks to BenSower)
  • Added MIT license

v0.0.2 - 2017-11-7

v0.0.1 - 2017-10-29

  • Supports 2D & QR Codes
  • Control flash while scanning