Unhandled Exception: MissingPluginException(No implementation found for method openEditor on channel video_editor_sdk)

395 Views Asked by At

[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: MissingPluginException(No implementation found for method openEditor on channel video_editor_sdk)

My project in this error .

Use This Dependency : video_editor_sdk: ^2.6.0

Please fast This Error Solution .. StackOverflow Community

1

There are 1 best solutions below

4
On

This plugin is only supported on Android or iOS. If you're testing on another platform it'll throw the MissingPluginException.

Always check PLATFORM in the package info on https://pub.dev. The image below is from video_editor_sdk package that says only Android or iOS are supported.

Screenshot