cellular_info 1.0.6
cellular_info: ^1.0.6 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.6 #
- Feature: If the value is invalid-2147483647 (0x7fffffff)-UNAVAILABLE, return null.
1.0.5 #
- Feature: Add some parameters(ci,tac,eNB,LCID).
1.0.4 #
- bugfix: 4g EARFCN can return right data.
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.