fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
245 stars 182 forks source link

Compiler message: ../../../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sms-2.0.1+2/lib/src/flutter _sms_platform.dart:3:8: Error: Not found: 'dart:html' import 'dart:html' as html; However this https://github.com/fluttercommunity/flutter_sms/pull/25 worked for me! #26

Closed simsolTech closed 3 years ago

simsolTech commented 4 years ago

Getting the above error. https://github.com/fluttercommunity/flutter_sms/pull/25 Worked for me!

Yann39 commented 4 years ago

Same here, workouround is to downgrade to flutter_sms: 2.0.0+2 while maintainer fix this.

bsutton commented 4 years ago

I'm also having this issue.

CripyIce commented 4 years ago

Also facing this issue.

shachneff commented 4 years ago

+1

adarshbalu commented 4 years ago

Same here.

adarshbalu commented 4 years ago

Same here, workouround is to downgrade to flutter_sms: 2.0.0+2 while maintainer fix this.

Not Working.

raphaaugustosilva commented 4 years ago

same here

simsolTech commented 4 years ago

https://github.com/fluttercommunity/flutter_sms/pull/25 - This works for me!

bawantha commented 4 years ago

same

bawantha commented 4 years ago

I don't about terminal teicks bt completely deleting v 2.0.1 and pubspec.lock after downgrade to 2.0.0 worked for me

Yacine-Benali commented 4 years ago

same,any updates on this issue ?

bawantha commented 4 years ago

same,any updates on this issue ?

downgrade to v2.0.0

dheerajy2310 commented 4 years ago

downgrade to v2.0.0

it helped me! Thanks a lot!

rodydavis commented 3 years ago

fixed on version 2.3.1 reopen if it is still an issue