locale_plus 1.5.0 copy "locale_plus: ^1.5.0" to clipboard
locale_plus: ^1.5.0 copied to clipboard

LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add locale_plus

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

dependencies:
  locale_plus: ^1.5.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_plus/locale_plus.dart';
23
likes
130
pub points
88%
popularity

Publisher

verified publishergokberk.dev

LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl, plugin_platform_interface, universal_io

More

Packages that depend on locale_plus