locale_country_selector 0.2.0 copy "locale_country_selector: ^0.2.0" to clipboard
locale_country_selector: ^0.2.0 copied to clipboard

Deterministic country auto-selection using only OS locales (language + region). No GPS, IP, SIM, or permissioned APIs. Flutter mobile (Android/iOS), pure Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add locale_country_selector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  locale_country_selector: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:locale_country_selector/locale_country_selector.dart';
2
likes
160
points
42
downloads

Documentation

API reference

Publisher

verified publisheraqoong.pe.kr

Weekly Downloads

Deterministic country auto-selection using only OS locales (language + region). No GPS, IP, SIM, or permissioned APIs. Flutter mobile (Android/iOS), pure Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on locale_country_selector