tree: 7724f45285c3b7d8b63b75236fdd2c984761c34e [path history] [tgz]
  1. example/
  2. ios/
  3. lib/
  4. test/
  5. .gitignore
  6. .metadata
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. 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
  ...