mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 462 forks source link

Barcode reader must have a kotlin-stdlib-jre7:? #87

Closed yenoss closed 5 years ago

yenoss commented 5 years ago

Environment

Problem

I show errors when I click running button.

And I shown this comment

kotlin-stdlib-jre7 is deprecated since 1.2.0 and should be replaced with kotlin-stdlib-jdk7 less... (⌘F1) Inspection info: This inspection reports that some deprecated dependency is used in Gradle.

So I guess barcode reader need to kotlin-stdlib-jre7.

Then Am I DownGrade some gradle settings? (it mean, project will be set up kotlin-stdlib-jre7 envorinment)

Failure Infomation

`Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

BUILD FAILED in 10s Finished with error: Gradle task assembleDebug failed with exit code 1`

plz, give me a some advice.

thanks

matthewtsmith commented 5 years ago

Published 1.0 to pub with this fix