andriyoganp / blue_print_pos

Helper to use bluetooth print in Android and iOS
Apache License 2.0
34 stars 77 forks source link

Fix class 'fl native view factory' is not abstract and does not implement #66

Closed flutter-painter closed 2 years ago

flutter-painter commented 2 years ago

fix blue_print_pos/android/src/main/kotlin/com/ayeee/blue_print_pos/FLNativeViewFactory.kt: (10, 1): Class 'FLNativeViewFactory' is not abstract and does not implement abstract base class member public abstract fun create(p0: Context?, p1: Int, p2: Any?): PlatformView defined in io.flutter.plugin.platform.PlatformViewFactory

following huycozy example in https://github.com/flutter/flutter/issues/104480