SiriDx / qrcode

A flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
MIT License
71 stars 47 forks source link

pub.dev release version is still on 1.0.4 #20

Open mehdico opened 4 years ago

mehdico commented 4 years ago

Hi, pub get failed (1; Because xxx depends on qrcode ^1.0.5 which doesn't match any versions, version solving failed.)

WasserEsser commented 4 years ago

@SiriDx Any chance you could get the new version on pub.dev?

pcqpcq commented 3 years ago

breaking change on minSdkVersion, from 16(current) to 24, by THIS PR, because com.journeyapps:zxing-android-embedded:4.1.0 change minSdkVersion to 24, can we just use com.journeyapps:zxing-android-embedded:3.6.0?

according to this

@SiriDx