You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getInitialSharing on channel flutter_sharing_intent)
Launching lib/main.dart on iPhone 15 Pro in debug mode...
Running Xcode build...
Xcode build done. 44.2s
[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.
Debug service listening on ws://127.0.0.1:51520/6MrLxEg2BaM=/ws
Syncing files to device iPhone 15 Pro...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getInitialSharing on channel flutter_sharing_intent)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
======== Exception caught by services library ======================================================
The following MissingPluginException was thrown while activating platform stream on channel flutter_sharing_intent/events-sharing:
MissingPluginException(No implementation found for method listen on channel flutter_sharing_intent/events-sharing)
When the exception was thrown, this was the stack:
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getInitialSharing on channel flutter_sharing_intent)
Dart - 3.0.0
Flutter SDK - 3.19.2
This is the same sample app we tried for flutter share intent - https://github.com/dhairyajain29/fluttersharingdemo1
Full error below
Launching lib/main.dart on iPhone 15 Pro in debug mode...
Running Xcode build...
Xcode build done. 44.2s
[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.
Debug service listening on ws://127.0.0.1:51520/6MrLxEg2BaM=/ws
Syncing files to device iPhone 15 Pro...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getInitialSharing on channel flutter_sharing_intent)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
#1 MethodChannelFlutterSharingIntent.getInitialSharing (package:flutter_sharing_intent/flutter_sharing_intent_method_channel.dart:29:18)
#2 _MyAppState.initState. (package:fluttersharingdemo1/main.dart:38:15)
======== Exception caught by services library ======================================================
The following MissingPluginException was thrown while activating platform stream on channel flutter_sharing_intent/events-sharing:
MissingPluginException(No implementation found for method listen on channel flutter_sharing_intent/events-sharing)
When the exception was thrown, this was the stack:
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
#1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:676:9)
The text was updated successfully, but these errors were encountered: