esim_check 1.1.0
esim_check: ^1.1.0 copied to clipboard
Check eSIM support using native APIs (EuiccManager on Android, device model identifier on iOS).
1.1.0 #
- Add iPad15–17 cellular models to explicit list (iPad Air M3, iPad 11th gen, iPad mini 7, iPad Pro M4/M5, iPad Air M4)
- Fix iPad16,8–11 false positives/negatives where even-minor heuristic broke
- Bump even-minor heuristic from iPad15+ to iPad18+
- Rename
additionalModelstoincludeIosModels/excludeIosModels(iOS-only, iPad18+ heuristic override) - Document Android emulator behavior in platform table
- Document watchOS and Windows/macOS tablet limitations
1.0.0 #
- Initial release
- eSIM support detection via native APIs
- Android: EuiccManager.isEnabled() with API 28 runtime check
- iOS: device model identifier lookup with future-proof heuristics