faspadaro

Results 5 comments of faspadaro

Sorry, but accidentally I wrote issue twice. I apologie.

This is screenshot ![schermata 2018-12-12 alle 20 20 17](https://user-images.githubusercontent.com/17934086/49893411-988a4180-fe4b-11e8-9032-6bdf2fc43746.png)

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...