flutter_sms icon indicating copy to clipboard operation
flutter_sms copied to clipboard

[web] not running with Flutter 3.10.0

Open aytunch opened this issue 1 year ago • 3 comments

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.

Screenshot 2023-05-12 at 01 53 06

aytunch avatar May 11 '23 22:05 aytunch

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

JoshJuncker avatar May 12 '23 20:05 JoshJuncker

Please publish new version in pub dev

ARASHz4 avatar Jun 03 '23 08:06 ARASHz4

Hi, is anything happening with this? I can't use either since Flutter 3.10

mi1971 avatar Jul 20 '23 11:07 mi1971