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

No implementation found for method sendSMS on channel flutter_sms #18

Closed
kashifg4171 opened this issue Jan 24, 2020 · 18 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@kashifg4171
Copy link

No description provided.

@rodydavis
Copy link
Member

Please provide more info. Flutter doctor and details about the project and platform running.

@rodydavis rodydavis added the invalid This doesn't seem right label Feb 4, 2020
@rodydavis
Copy link
Member

Fixed on 2.0.0

@ChandraPrakashJangid
Copy link

I am getting same issue.

@rodydavis rodydavis reopened this Feb 5, 2020
@rodydavis
Copy link
Member

What platform?

@rodydavis
Copy link
Member

Just tested on iOS and works fine.

@ChandraPrakashJangid
Copy link

@rodydavis I am getting this on Android.

@abhriyaroy
Copy link

Just got the same issue on iOS

@rodydavis rodydavis added bug Something isn't working and removed invalid This doesn't seem right labels Mar 2, 2020
@rodydavis rodydavis self-assigned this Mar 2, 2020
@adarshbalu
Copy link
Contributor

Same issue here using android.
The way of implementation shown on docs is

void _sendSMS(String message, List<String> recipents) async { String _result = await FlutterSms .sendSMS(message: message, recipients: recipents) .catchError((onError) { print(onError); }); print(_result); }

The FlutterSms shows an error , when I remove the FlutterSms the error is gone but the MissingPluginException is thrown.

@gersonfa
Copy link

gersonfa commented Mar 9, 2020

I solved it running "flutter clean", "flutter build bundle".

@rodydavis
Copy link
Member

fixed on version 2.3.1 reopen if it is still an issue

@rodydavis rodydavis pinned this issue Apr 5, 2021
@kanojia-gaurav
Copy link

Same issue here using android.
The way of implementation shown on docs is

void _sendSMS(String message, List<String> recipents) async { String _result = await FlutterSms .sendSMS(message: message, recipients: recipents) .catchError((onError) { print(onError); }); print(_result); }

The FlutterSms shows an error , when I remove the FlutterSms the error is gone but the MissingPluginException is thrown.

same issue bro

@rodydavis rodydavis reopened this Apr 6, 2021
@tjcode19
Copy link

tjcode19 commented Jun 3, 2021

Has this issue been solved please?

@kanojia-gaurav
Copy link

Has this issue been solved please?

Buddy use this instead of that

sms_maintained 0.2.5

use this package and it works same and easy to use.

@JcGuerrero15
Copy link

Has this issue been solved please?

Buddy use this instead of that

sms_maintained 0.2.5

use this package and it works same and easy to use.

Same problem on iOS, can you help me? Works fine on Android but not on my iPhone

@kanojia-gaurav
Copy link

Has this issue been solved please?

Buddy use this instead of that
sms_maintained 0.2.5
use this package and it works same and easy to use.

Same problem on iOS, can you help me? Works fine on Android but not on my iPhone

Bro i haven't used for iphone . another way is hard coding of java and kotlin U can create project in kotlin and it will work fine i think so as kotlin code is also available on the stackoverflow (https://stackoverflow.com/questions/48309062/flutter-send-sms-with-device-automatically?noredirect=1&lq=1). It will work fine for kotlin but for java it is giving me the error.

@anuragsharma7
Copy link

Getting same issue

@anuragsharma7
Copy link

sms_maintained 0.2.5

It only works in Android but not in iOS

@wang305305
Copy link

Getting the same issue, it works on Android but not IOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests