fluttercommunity / fluttercommunity/plus_plugins
[Request]: Detect mobile connection subtype
Open
enhancement
triage
- Dominant language
- Dart
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
### Plugin
connectivity_plus
### Use case
It'd be nice if the plugin had the ability to detect 2g, 3g, 4g, 5g... connection, at least, on mobile devices. It will help to decide, for exemple, which media compress type the app have to use.
### Proposal
Extend the plugin functionality to return the mobile connection subtype.
Instead of return `ConnectivityResult.mobile` it could return `ConnectivityResult.4g`, or something like that.
Contributor guide
Assessment
This issue has not been assessed yet.