plus_plugins
plus_plugins copied to clipboard
[Request]: Detect mobile connection subtype
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.