locale_settings_preferences 1.0.0 locale_settings_preferences: ^1.0.0 copied to clipboard
Implementation of locale_settings for platforms which don't support settings per app using shared preferences
locale_settings_preferences #
This package is an extension for locale_settings to support additional systems by using shared_preferences. The main package should always be imported alongside this package.
Getting Started #
Import the package:
import 'package:locale_settings_preferences/locale_settings_preferences.dart';
Usage #
Initialize the plugin:
LocaleSettingsPreferences.initialize();
Supported systems #
Supports Windows, Linux and Web.