cellular_info 1.0.3
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 toallCellInfoStream().
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.