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

scannerReady never received #69

Open
cloudbreakstudios opened this issue Oct 6, 2022 · 2 comments
Open

scannerReady never received #69

cloudbreakstudios opened this issue Oct 6, 2022 · 2 comments

Comments

@cloudbreakstudios
Copy link

Something has changed recently. My apps are no longer receiving beacon scan results and on further investigation, it appears that we never get the "scannerReady" channel method back!

I have also pulled the latest demo example from git and this is also is not seeing the beacons. I believe the issue is the same.

Logcat is only showing "Method: isPermissionDialogShown". We never see the 'scannerReady' debug.

I have been testing this on a Google Pixel 4 and an Oppo Find x3 lite.

Note - I did have to make some changes to the sample demo in order for it to work...

WidgetsBinding.instance.addObserver(this);
was changed to..
WidgetsBinding.instance?.addObserver(this);

and

WidgetsBinding.instance.removeObserver(this);
was changed to..
WidgetsBinding.instance?.removeObserver(this);

@cloudbreakstudios
Copy link
Author

See this issue I raised in flutter_blue_plus. Issue seems to be related to latest Android OS (!3)... chipweinberger/flutter_blue_plus#157

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

1 participant