You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: