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

Allows to change between locales dynamically.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_locale

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

dependencies:
  adaptive_locale: ^0.0.1

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:adaptive_locale/adaptive_locale.dart';
1
likes
140
pub points
11%
popularity

Publisher

unverified uploader

Allows to change between locales dynamically.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on adaptive_locale