Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 819 Bytes

1.3.0

Updated dart SDK constraints from <3.0.0 to <4.0.0.

1.2.0

[iOS] Due to deprecated properties in CTTelephonyNetworkInfo class, from iOS 16.0 plugin uses Locale class and returns Locale.current.region.identifier.

1.1.0

[Android] Updated Gradle properties and dependencies.

1.0.2

Now return null if there is no SIM Card (UICC) in Android device (didn't return at all before).

1.0.1

Updated readme.

1.0.0

Updated to Flutter 3.

0.9.1

Updated readme.

0.9.0

Added platform specific code and shared getSIMCountryCode method.