Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web] not running with Flutter 3.10.0 #80

Open
aytunch opened this issue May 11, 2023 · 3 comments
Open

[web] not running with Flutter 3.10.0 #80

aytunch opened this issue May 11, 2023 · 3 comments

Comments

@aytunch
Copy link

aytunch commented May 11, 2023

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
@JoshJuncker
Copy link

JoshJuncker commented May 12, 2023

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

@ARASHz4
Copy link

ARASHz4 commented Jun 3, 2023

Please publish new version in pub dev

@mi1971
Copy link

mi1971 commented Jul 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants