locale_settings_preferences

pub package


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.