erickok / app_set_id

Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)
MIT License
10 stars 4 forks source link

MissingPluginException #7

Open RomanSoviak opened 2 days ago

RomanSoviak commented 2 days ago
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getIdentifier on channel app_set_id)
E/flutter (20795): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7)
E/flutter (20795): <asynchronous suspension>
E/flutter (20795): #1      MethodChannelAppSetId.getIdentifier (package:app_set_id/app_set_id_method_channel.dart:15:9)
E/flutter (20795): <asynchronous suspension>

app_set_id: ^1.2.1

erickok commented 2 days ago

Probably just have to run flutter pub upgrade. What platform have you received this error on?

RomanSoviak commented 2 days ago

I run app on debug - I'll try in the release mode and will write back soon