Migrate to connectivity_plus
As simple_connectivity still uses deprecated APIs and does not seem to be actively developed I propose to switch to connectivity_plus.
According to this issue there are no plans to remove the needed info.plist permissions which drove us to using simple_connectivity in the first place, but the recommended alternative does not provide the same information.
So we might just need to add 'NSLocationWhenInUseUsageDescription' and 'NSLocationAlwaysUsageDescription', or stick with simple_connectivity and hope it will still receive support.
-
Test if connectivity_plusworks without those permissions.
Edited by Justin Sauer