sim_card_code 0.1.0
sim_card_code: ^0.1.0 copied to clipboard
A Flutter plugin for accessing SIM card and getting Phone number Country Code.
CHANGES #
0.1.0 #
- Added new flag
isEsim
by @Praanim , to tell us if this sim is E-sim
0.0.9 #
- Handle phone number for android 13+
0.0.8 #
- Fixes on Android ~ getAllSimInfo
0.0.7 #
- Update README.md
- Solve type issues on iOS
- Return Locale.current.identifier if not found in iOS
- handle android phone number by permission (must to use permission handler)
0.0.6 #
- Update README.md
- Solve type issues
0.0.5 #
- Update README.md
- Solve Keep calling native issue
0.0.4 #
- Update README.md
- Add more information from sim card
- update version and gradle
0.0.3 #
- Handling for android deprecated methods https://github.com/mustafa-707/sim_card_code/issues/1.
- handling iOS compatibility issues
- update example and README
0.0.2 #
- Handle nullable state.
0.0.1 #
- Release the package.