I'm looking for the best way to check if the device is connected to Internet from a Flutter iOS and Android app. connectivity_plus isn't enough, as stated in the officiale documentation:
Note that on Android, this does not guarantee connection to Internet. For instance, the app might have wifi access but it might be a VPN or a hotel WiFi with no access.
I also found an old question suggesting some "hand-made" workaround, but the thread is far too old as we are in 2023 now. Are there any new method to check for the connection status? How do you handle it in your apps?