locale_plus 1.3.1 copy "locale_plus: ^1.3.1" to clipboard
locale_plus: ^1.3.1 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 Dart:

 $ dart pub add locale_plus

With Flutter:

 $ flutter pub add locale_plus

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

dependencies:
  locale_plus: ^1.3.1

Alternatively, your editor might support dart pub get or 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';
24
likes
0
pub points
89%
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

License

unknown (LICENSE)

Dependencies

flutter, intl, plugin_platform_interface, universal_io

More

Packages that depend on locale_plus