-
Notifications
You must be signed in to change notification settings - Fork 62
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
Migrate to V2 embedding #68
Comments
+1 I'm receiving the following warning with Flutter 2.5.0 using flutter_contact version: 0.9.1+7: "The plugin |
+1 Good plugin! |
I have submitted the PR (#69) which not only migrates to Android V2 embedding but also adds new features with some adjustments in the Plugin. Add or update the following in your
Use it and share the feedback accordingly. |
+1 |
|
Hi, any update to fix the warning? |
I have another issue on this lib. e: /Volumes/Data/Tools/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_contact-0.9.1+8/android/src/main/kotlin/co/sunnyapp/flutter_contact/FlutterContactFormsPlugin.kt: (85, 13): Smart cast to 'Activity' is impossible, because 'registrar.activity()' is a complex expression if Anyone can know? |
@vernalclareai
It also resolved the above issue. |
okay, it could be resolved using the version. |
migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
The text was updated successfully, but these errors were encountered: