shared_preferences_linux 2.0.0 copy "shared_preferences_linux: ^2.0.0" to clipboard
shared_preferences_linux: ^2.0.0 copied to clipboard

unlistedoutdated

Linux implementation of the shared_preferences plugin

shared_preferences_linux #

The Linux implementation of shared_preferences.

Usage #

Import the package #

This package is an unendorsed Linux implementation of shared_preferences.

In order to use this now, you'll need to depend on shared_preferences_linux. When this package is endorsed it will be automatically used by the shared_preferences package and you can switch to that API.

...
dependencies:
  ...
  shared_preferences_linux: ^0.0.1
  ...