fts_system_locale 0.0.2 copy "fts_system_locale: ^0.0.2" to clipboard
fts_system_locale: ^0.0.2 copied to clipboard

Change the system locale for your app. You might need this when you localize your flutter app and it includes a native view.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fts_system_locale

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

dependencies:
  fts_system_locale: ^0.0.2

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:fts_system_locale/fts_system_locale.dart';
3
likes
140
pub points
38%
popularity

Publisher

unverified uploader

Change the system locale for your app. You might need this when you localize your flutter app and it includes a native view.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on fts_system_locale