locale_plus 1.6.0+1 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';