flutter_device_locale 0.3.0 copy "flutter_device_locale: ^0.3.0" to clipboard
flutter_device_locale: ^0.3.0 copied to clipboard

outdated

A Flutter plugin for retrieving the device locale information.

Build Status License: MIT Flutter.io


A Flutter plugin for retrieving the device locale information.

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  flutter_device_locale: ^0.3.0

Install packages from the command line (or from your editor):

flutter pub get

Import flutter_device_locale:

import 'package:flutter_device_locale/flutter_device_locale.dart';

Usage #

Retrieve the current locale:

Locale locale = await DeviceLocale.getCurrentLocale();

Retrieve the preferred locales:

List<Locale> preferredLocales = await DeviceLocale.getPreferredLocales();
17
likes
0
pub points
58%
popularity

Publisher

verified publisherjesway.com

A Flutter plugin for retrieving the device locale information.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_device_locale