native_locale 0.0.1 copy "native_locale: ^0.0.1" to clipboard
native_locale: ^0.0.1 copied to clipboard

A flutter plugin for getting and changing the native platform locale.

native locale #

A flutter plugin for getting and changing the native platform locale.

Platform Support

Android iOS
[ ]

Getting Started #

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

dependencies:
  native_locale:

Now in your Dart code, you can use:

import 'package:native_locale/native_locale.dart';

Usage #

To get the locale of the platform simply run the following command:

await NativeLocale().getNativeLocale()

To set the locale of the platform run the following command:

await NativeLocale().setNativeLocale(const Locale('en'))
4
likes
0
pub points
51%
popularity

Publisher

verified publisheramrahmd.com

A flutter plugin for getting and changing the native platform locale.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_locale