sim_phone_plus 0.0.2
sim_phone_plus: ^0.0.2 copied to clipboard
sim_phone_plus is a modern Flutter plugin that fetches SIM card phone numbers and carrier details with graceful permission handling, device compatibility checks, and a developer-friendly API. Designed [...]
0.0.2 #
- Refactor & Docs: Improved project structure by moving internal files to
lib/src. - Added comprehensive documentation to all public APIs to improve pub.dev score.
- Updated
pubspec.yaml,README.md, andLICENSEfor better pub.dev compatibility. - Fixed test files to reflect new project structure.
0.0.1 #
- Initial Release:
- Retrieve SIM card details including phone number, carrier name, country ISO, and slot index.
- Graceful handling of Android permissions and platform limitations.
- Structured "not supported" responses for iOS and web.
- Includes helper methods for checking permissions and platform support.
- Comprehensive documentation and an example app.