plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Request]: Detect mobile connection subtype

Open leonardogbr opened this issue 3 years ago • 0 comments

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.

leonardogbr avatar Jan 11 '23 18:01 leonardogbr