sh_country_detector 0.0.2
sh_country_detector: ^0.0.2 copied to clipboard
A lightweight Flutter utility that detects the user's country automatically using device signals (SIM, timezone, locale) without location permissions or external APIs.
0.0.2 #
- Fixed iOS integration by renaming podspec to
sh_country_detector.podspec. - Fixed Swift compilation error by adding missing
import Flutter.
0.0.1 #
- Initial release of
sh_country_detector. - Support for Android, iOS, Web, macOS, Windows, and Linux.
- Permissionless country detection using SIM, Timezone, and Locale.
- Offline-first detection with internal IANA timezone mapping.