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

#Flutter: MissingPluginException (MissingPluginException(No implementation found for method setVolume on channel flutter_radio)) #37

Open
MindtrexTechnologies opened this issue Nov 16, 2019 · 3 comments

Comments

@MindtrexTechnologies
Copy link

I am trying to set volume using flutter_radio plugin but getting below error.

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method setVolume on channel flutter_radio))

Code snippet is below:

flutter plugin : flutter_radio: ^0.1.7
import 'package:flutter_radio/flutter_radio.dart';

FlatButton( child: Icon(Icons.stop), onPressed: () => FlutterRadio.stop(), ),
FlatButton( child: Icon(Icons.volume_off), onPressed: () => FlutterRadio.setVolume(0.0), ), FlatButton( child: Icon(Icons.volume_up), onPressed: () => FlutterRadio.setVolume(0.7), )

@gersonalvaradop
Copy link

I am trying to set volume using flutter_radio plugin but getting below error.

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method setVolume on channel flutter_radio))

Code snippet is below:

flutter plugin : flutter_radio: ^0.1.7
import 'package:flutter_radio/flutter_radio.dart';

FlatButton( child: Icon(Icons.stop), onPressed: () => FlutterRadio.stop(), ),
FlatButton( child: Icon(Icons.volume_off), onPressed: () => FlutterRadio.setVolume(0.0), ), FlatButton( child: Icon(Icons.volume_up), onPressed: () => FlutterRadio.setVolume(0.7), )

it was solved?

@erwinsetiawan
Copy link

Please fix this

@ajomuch92
Copy link
Contributor

I have created a PR to fix this on Android. Here is it 46aedc8

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

4 participants