- Modified the 'networkGeneration' field to include the 'radioType'
- If there is no SIM card connected, do not throw an exception.
- Breaking changes for android 10 and below as Telephony is no longer supported by them
- Removal of permission checking from package, you'll need to manage permission on the mobile end
- Breaking changes for Multi sim suport
- Syntax clean up
- Add support for Flutter 2.17.0 (Stable channel)
- Syntax clean up
- Add support for Flutter 2.13.0 (Beta channel) slightfoot
- fix: request permissions before getting data from the app, added documentation for cid and lac by nicolaspernoud
- Merged PRs to add 5G functionality & fix permission issue
- Merged PRs to add 5G functionality & fix permission issue
- Fixed android bug
- Add pub.dev badge to readme
- Fix compilation issue
- bug: fix carrierName typo
- Updated Contribution section in Readme
- Added null-saftey
- Initial release.