avbk / flutter_device_locale

A Flutter plugin for retrieving the device locale information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status pub package 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: <latest version>

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();

Issues

Please file any issues, bugs or feature request here.

License

This project is licensed under the MIT License

Author

This Flutter plugin is developed by Florin Bratan. You can contact me at florin@leadcode.dev

About

A Flutter plugin for retrieving the device locale information.

License:Other


Languages

Language:Dart 35.8%Language:Ruby 27.6%Language:Java 15.6%Language:HTML 8.9%Language:Swift 8.8%Language:Objective-C 3.4%