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
246 stars 191 forks source link

Issue #44 fixed #55

Closed AliRezaBeitari closed 2 years ago

AliRezaBeitari commented 2 years ago

On web, because generated_plugin_registrant.dart file is auto loaded, it will run before the actual app runs. I'm not sure why WidgetsFlutterBinding.ensureInitialized() cause this problem but it seems removing it, fixes the issue.

rodydavis commented 2 years ago

Thanks!