signal_strength

Creator: coderz1093

Last updated:

Add to Cart

Description:

signal strength

signal_strength #

A android flutter plugin to get the current signal strengths.
Only works on Android.
Usage #
Add to pubspec.yaml:
signal_strength 0.0.1
copied to clipboard
Import:
import 'package:signal_strength/signal_strength.dart';
copied to clipboard
Usage:
var signalStrengthPlugin = SignalStrength();

bool isOnCellular = await signalStrengthPlugin.isOnCellular(),
bool isOnWifi = await signalStrengthPlugin.isOnWifi(),
int? wifiStrength = await signalStrengthPlugin.getWifiSignalStrength(),
List<int>? cellStrength = await signalStrengthPlugin.getCellularSignalStrength());
copied to clipboard
Todo: #

Ios implementation?
Add more methods from the android SDK?

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.