gsm_info 0.0.1 copy "gsm_info: ^0.0.1" to clipboard
gsm_info: ^0.0.1 copied to clipboard

PlatformAndroid

A GSM info plugin.

gsm_info #

A new flutter plugin project.

Package #

Package fetches the current Android GSM signal strength in dBm. The package works exclusively on Android The package requires ACCESS_FINE_LOCATION permission, or else it will throw a PlatformException

Installation #

Add to dev dependencies inside pubspec_yaml:

    dependencies:
        gsm_info: [version]

Usage #

import 'package:gsm_info.dart';

...

final signalStrength = await GsmInfo.gsmSignalDbM;

3
likes
140
points
18
downloads

Publisher

verified publisherthat-dev.me

Weekly Downloads

A GSM info plugin.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gsm_info