faspadaro
faspadaro
Sorry, but accidentally I wrote issue twice. I apologie.
This is screenshot 
dependencies: image_picker: ^0.4.10 cupertino_icons: ^0.1.2 flutter_native_image: git: https://github.com/btastic/flutter_native_image.git image: ^2.0.4 class MyHomePage extends StatefulWidget { MyHomePage({Key key, this.title}) : super(key: key); final String title; @override _MyHomePageState createState() => _MyHomePageState(); }...
@zoechi I checked barcode_scan plugin wirtten in kotlin, it is similar to my package ```dart class BarcodeScanPlugin(val activity: Activity): MethodCallHandler, PluginRegistry.ActivityResultListener { var result : Result? = null companion object...
Is there any update on this issue?