Skip to content

No implementation found for method storeSdkInfo on channel qonversion_flutter_sdk error #75

@kobeumut

Description

@kobeumut

qonversion_flutter: ^3.0.1

I want to switch from revenuecat to qonversion but when I run my app I have an error below line.

await Qonversion.launch('****-vY7N7', isObserveMode: false);
E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method storeSdkInfo on channel qonversion_flutter_sdk)
    #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
    <asynchronous suspension>
E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method launch on channel qonversion_flutter_sdk)
    #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
    <asynchronous suspension>
    #1      Qonversion.launch (package:qonversion_flutter/src/qonversion.dart:49:23)
    <asynchronous suspension>
    #2      Initialization.initPlatformState (package:flutter_module/app/controllers/initialization.dart:281:38)
    <asynchronous suspension>

After that I try to pub get, I have an error.

❯ flutter pub get
Running "flutter pub get" in flutter_module...                     928ms
The plugin `qonversion_flutter` is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter is integrated into
an existing app as a module.
The plugin can be updated to the v2 Android Plugin APIs by following https://flutter.dev/go/android-plugin-migration.

By the way I tried flutter clean, and also I am using FlutterView on Android.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requestfixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions