locale_settings 1.0.0 copy "locale_settings: ^1.0.0" to clipboard
locale_settings: ^1.0.0 copied to clipboard

A plugin which supports to change the current language on an os level.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add locale_settings

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

dependencies:
  locale_settings: ^1.0.0

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_settings/locale_settings.dart';
1
likes
140
points
43
downloads

Publisher

verified publisheropdehipt.com

Weekly Downloads

A plugin which supports to change the current language on an os level.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on locale_settings