We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
record: ^5.0.1
Environment
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.
The text was updated successfully, but these errors were encountered:
Hey ! Any info on how this was solved ?
Sorry, something went wrong.
Having the same issue here.
No branches or pull requests
record: ^5.0.1
Environment
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.
The text was updated successfully, but these errors were encountered: