Skip to content

Fix nullable bug - #198

Open
bakatsuyuki wants to merge 1 commit into
giandifra:masterfrom
bakatsuyuki:fix/nullable-bug
Open

Fix nullable bug#198
bakatsuyuki wants to merge 1 commit into
giandifra:masterfrom
bakatsuyuki:fix/nullable-bug

Conversation

@bakatsuyuki

Copy link
Copy Markdown

There is a bug with null safety like this:

/Users/bakatsuyuki/flutter/.pub-cache/hosted/pub.dartlang.org/arcore_flutter_plugin-0.1.0-null-safety.3/android/src/main/kotlin/com/difrancescogianmarco/arcore_flutter_plugin/ArcoreFlutterPlugin.kt: (32, 74): Type mismatch: inferred type is Activity? but Activity was expected

FAILURE: Build failed with an exception.

So I fixed it to return if the activity is null.

@amitgeed amitgeed left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Giving Exception
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, null cannot be cast to non-null type android.view.View, null, java.lang.NullPointerException: null cannot be cast to non-null type android.view.View

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants