tree: 2164add2cc9122fdb9f26e49e7eb0b28d3a92006 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. .metadata
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
packages/shared_preferences/shared_preferences_linux/README.md

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
  ...