flutter_sms
flutter_sms copied to clipboard
[web] not running with Flutter 3.10.0
When I try to run my app using the latest flutter, it fails with the below error. The only thing I see is flutter_sms. This might be something else but putting this out here so others can contribute if they are facing same issue.
If you think this issue is not related to this plugin, let me know and I can close this issue.
I get the exact same issue. Unexpected null value when it calls registerWith for flutter_sms_web @aytunch The fix is in master, so for now you can have your pubspec.yaml point to GitHub. That is working for me anyways.
flutter_sms: # 2.3.3 # issue with latest flutter release. Crashes on plugin registration before main gets called.
git:
url: https://github.com/fluttercommunity/flutter_sms
Please publish new version in pub dev
Hi, is anything happening with this? I can't use either since Flutter 3.10