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