cellular_info 1.0.3 copy "cellular_info: ^1.0.3" to clipboard
cellular_info: ^1.0.3 copied to clipboard

A Flutter plugin that provides access to 5G NR (New Radio) information on Android devices using TelephonyManager.requestCellInfoUpdate(). Delivers real-time cell info through a Dart Stream.

1.0.3 #

  • bugfix: getAllCellInfoStream() can return right data.

1.0.2 #

  • Support Lte CellInfo via getCellInfo() orgetNrOrLteStream().
  • breaking change: nrOrLteSignalStream() change to allCellInfoStream().

1.0.1 #

  • Updated LICENSE and README

1.0.0 #

  • First stable release.
  • Added support for real-time 5G NR info via requestCellInfoUpdate().
  • Android only (API 29+).

0.0.1 #

  • Initial preview release.
0
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides access to 5G NR (New Radio) information on Android devices using TelephonyManager.requestCellInfoUpdate(). Delivers real-time cell info through a Dart Stream.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cellular_info

Packages that implement cellular_info