Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 1.1 KB

3.0.1

  • Modified the 'networkGeneration' field to include the 'radioType'
  • If there is no SIM card connected, do not throw an exception.

3.0.0

  • 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

2.0.8

  • Breaking changes for Multi sim suport
  • Syntax clean up

2.0.6

  • Add support for Flutter 2.17.0 (Stable channel)
  • Syntax clean up

2.0.5-beta.2.13.0

  • Add support for Flutter 2.13.0 (Beta channel) slightfoot

2.0.5

  • fix: request permissions before getting data from the app, added documentation for cid and lac by nicolaspernoud

2.0.4

  • Merged PRs to add 5G functionality & fix permission issue

2.0.3

  • Merged PRs to add 5G functionality & fix permission issue

2.0.2

  • Fixed android bug

2.0.1

  • Add pub.dev badge to readme
  • Fix compilation issue
  • bug: fix carrierName typo
  • Updated Contribution section in Readme

2.0.0

  • Added null-saftey

1.0.0

  • Initial release.