Updated dart SDK constraints from <3.0.0 to <4.0.0.
[iOS] Due to deprecated properties in CTTelephonyNetworkInfo class, from iOS 16.0 plugin uses Locale class and returns Locale.current.region.identifier.
[Android] Updated Gradle properties and dependencies.
Now return null if there is no SIM Card (UICC) in Android device (didn't return at all before).
Updated readme.
Updated to Flutter 3.
Updated readme.
Added platform specific code and shared getSIMCountryCode
method.