mintware-de / flutter_barcode_reader

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

Update example sources and installation docs #124

Closed AlexanderArendar closed 4 years ago

AlexanderArendar commented 5 years ago

Hi guys,

You have an awesome plugin but it is a bit frustrating to install it for Android when following the steps in your docs or looking at the Example sources. A lot of people encounter this problem (me too): https://stackoverflow.com/questions/42843441/kotlin-error-could-not-find-org-jetbrains-kotlinkotlin-stdlib-jre71-0-7

It is just to update two characters 'jre' -> 'jdk' which solves the problem. Would be great if you update docs/Example so people have less troubles installing the plugin

Thanks a lot

kenthinson commented 5 years ago

same happened to me.