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

MissingPluginException #78

Open
subzero911 opened this issue Dec 26, 2023 · 3 comments
Open

MissingPluginException #78

subzero911 opened this issue Dec 26, 2023 · 3 comments

Comments

@subzero911
Copy link

Simply not working

  final androidId = AndroidId();
  if (Platform.isAndroid) {
      deviceId = (await androidId.getId() ?? 'unknown');
    } 
image

latest version android_id: ^0.3.6

@FangHanZreo
Copy link

I have same issue, rebuild is work for me.

@nohli
Copy link
Member

nohli commented Jun 4, 2024

Thanks for opening this issue.

On what platform do you get this exception - Flutter web?

In that case try:

  android_id:
    git:
      url: https://github.com/fluttercommunity/android_id.git
      ref: main

@nohli
Copy link
Member

nohli commented Jun 4, 2024

Please provide a minimal, reproducible example for debugging 🙏🏽

Please also try the latest version: 0.4.0

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

3 participants