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
Will try to check if other functions Considering that while trying to fix the bug I will be modifying the code in the broadcast receiver part I will also take care of #2671 issue.
I am also curios for how long this issue exists in the plugin as I belive it was there and recent changes to connection type has nothing to do with it.
Code Sample
Plugin's example app without modifications
Logs
- No need to
Flutter Doctor
No need to
Checklist before submitting a bug
I searched issues in this repository and couldn't find such bug/problem
I Google'd a solution and I couldn't find it
I searched on StackOverflow for a solution and I couldn't find it
I read the README.md file of the plugin
I'm using the latest version of the plugin
All dependencies are up to date with flutter pub upgrade
I did a flutter clean
I tried running the example project
The text was updated successfully, but these errors were encountered:
Platform
Android 14
Plugin
connectivity_plus
Version
Reproduces as of
Flutter SDK
3.19.3
Steps to reproduce
Checked with (wi-fi + vpn), just wi-fi, just mobile, etc. Always the same result.
connectivity_bug.mp4
I assume that it happens because in the broadcast receiver the
NetworkCallback
doesn't override all required functions available, so we are missing events.Here is a documentation on
NetworkCallback
: https://developer.android.com/reference/android/net/ConnectivityManager.NetworkCallbackWill try to check if other functions Considering that while trying to fix the bug I will be modifying the code in the broadcast receiver part I will also take care of #2671 issue.
I am also curios for how long this issue exists in the plugin as I belive it was there and recent changes to connection type has nothing to do with it.
Code Sample
Logs
Flutter Doctor
Checklist before submitting a bug
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: