-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error in FLNativeViewFactory #65
Comments
linked with flutter/flutter#104480 |
Same problem here, I have read through the fix by ilber too but got no idea how to work on it. Sorry I don't really know Kotlin. Please help! |
huycozy fixes is better model |
I made the following changes to blue_print_pos/FLNativeViewFactory.kt. Build was successful. From this:
To this:
It's error from null safety of kotlin. I added |
Since upgrading flutter I run across this error when trying to build
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
[✓] Flutter (Channel stable, 3.0.2, on macOS 11.4 20F71 darwin-x64, locale en-GB)
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.67.2)
The text was updated successfully, but these errors were encountered: