Skip to content
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

Unhandled Exception: MissingPluginException(No implementation found for method create on channel com.llfbandit.record/messages) #259

Closed
2426232528 opened this issue Dec 14, 2023 · 2 comments

Comments

@2426232528
Copy link

record: ^5.0.1

Environment

  • OS: android
  • Flutter 3.16.3 • channel stable • https://github.com/flutter/flutter.git
    Framework • revision b0366e0a3f (9 days ago) • 2023-12-05 19:46:39 -0800
    Engine • revision 54a7145303
    Tools • Dart 3.2.3 • DevTools 2.28.4

Describe the bug

Import record 5.0.1, After "flutter run", exceptions reported in an infinite loop in terminal :

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method create on channel com.llfbandit.record/messages)
E/flutter (26097): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7)
E/flutter (26097):
E/flutter (26097): #1 AudioRecorder._create (package:record/src/record.dart:34:7)
E/flutter (26097):
E/flutter (26097):

Then I clone this github project for the example and run it, the problem is the same.

Could you help me how to fix this?

Thanks.

@lovasoa
Copy link

lovasoa commented Feb 8, 2024

Hey ! Any info on how this was solved ?

@ghzeni
Copy link

ghzeni commented Feb 14, 2024

Having the same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants