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 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.5.0

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';
31
likes
0
points
968
downloads

Publisher

verified publishergokberk.dev

Weekly Downloads

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