Tony Downey
Tony Downey
Didn't see this, just wrote something similar and submitted a PR. Instead of using a bool to just turn it on/off entirely like you did, [I edited the 25.0 minimum...
Android is also affected. By asking for `Permission.bluetooth` on Android, it will always return `PermissionStatus.denied`. The documentation should be improved either way: "When running < iOS 13 or Android this...
We're seeing the same issue, on iOS physical device and on simulator. `await Permission.camera.request()` returns `isPermanentlyDenied` instantly, without ever asking the user to allow camera use. And because that request...
Looks like the [`background_refresh_status` package](background_refresh_status) can be used as a stopgap, but yes, would much prefer using this package exclusively.
Reopen please, still valid.
If I mark a method as `@Deprecated`, and then remove all references to it in my `lib` folder, then there is nothing in Dart Analysis warning me that I've used...
I'm making some assumptions here, but presumably you can connect to at least one of the `DEFAULT_ADDRESSES` supplied because your internet provider allows it, but does not allow you traffic...