locale_plus 1.6.0+1 copy "locale_plus: ^1.6.0+1" to clipboard
locale_plus: ^1.6.0+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 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.6.0+1

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';
29
likes
150
points
1.33k
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, plugin_platform_interface, universal_io

More

Packages that depend on locale_plus