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

The easiest way to handle Locales in your Flutter app and preserves locale changes across app restarts. Inspired by adaptive_theme.

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: ^1.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
160
pub points
10%
popularity

Publisher

unverified uploader

The easiest way to handle Locales in your Flutter app and preserves locale changes across app restarts. Inspired by adaptive_theme.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on adaptive_locale