devicelocale 0.7.1 copy "devicelocale: ^0.7.1" to clipboard
devicelocale: ^0.7.1 copied to clipboard

A Flutter package that can be used to extract the locales that are currently defined on a device with the current locale set as the first in the list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add devicelocale

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

dependencies:
  devicelocale: ^0.7.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:devicelocale/devicelocale.dart';
128
likes
130
pub points
98%
popularity

Publisher

verified publisherspiralarm.uk

A Flutter package that can be used to extract the locales that are currently defined on a device with the current locale set as the first in the list.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on devicelocale