mintware-de / flutter_barcode_reader

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

Import kotlin plugin for flutter #101

Closed samigimix closed 5 years ago

samigimix commented 5 years ago

Installing the Kotlin plugin didn't work. But I found a better way to import kotlin plugin in flutter :

  1. Ensure that Kotlin plugin installed on your Android Stuido, if not, install it on plugins menu.
  2. Open Android Studio and "Start a new Flutter Project"
  3. In last setup page, in "Platform channel language", checkmark the "Include Kotlin support for Android code".