CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
322 stars 233 forks source link

Not working after upgrading to flutter 3.0 #105

Closed usamashafiqs closed 2 years ago

usamashafiqs commented 2 years ago

e: D:\Apps\Flutter\ar_flutter_plugin\android\src\main\kotlin\io\carius\lars\ar_flutter_plugin\AndroidARView.kt: (124, 54): Null can not be a value of a non-null type String e: D:\Apps\Flutter\ar_flutter_plugin\android\src\main\kotlin\io\carius\lars\ar_flutter_plugin\AndroidARView.kt: (127, 50): Null can not be a value of a non-null type String e: D:\Apps\Flutter\ar_flutter_plugin\android\src\main\kotlin\io\carius\lars\ar_flutter_plugin\AndroidARView.kt: (154, 50): Null can not be a value of a non-null type String e: D:\Apps\Flutter\ar_flutter_plugin\android\src\main\kotlin\io\carius\lars\ar_flutter_plugin\AndroidARView.kt: (166, 50): Null can not be a value of a non-null type String e: D:\Apps\Flutter\ar_flutter_plugin\android\src\main\kotlin\io\carius\lars\ar_flutter_plugin\AndroidARViewFactory.kt: (10, 1): Class 'AndroidARViewFactory' 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 e: D:\Apps\Flutter\ar_flutter_plugin\android\src\main\kotlin\io\carius\lars\ar_flutter_plugin\AndroidARViewFactory.kt: (12, 5): 'create' overrides nothing

FAILURE: Build failed with an exception.

Work fine with flutter 2.10.5

Nochest commented 2 years ago

Same issue here