tree: 410f71a7b6d5418dcc21835f60743434b384cc1b [path history] [tgz]
  1. example/
  2. ios/
  3. lib/
  4. test/
  5. .metadata
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
packages/shared_preferences/shared_preferences_windows/README.md

shared_preferences_windows

The Windows implementation of shared_preferences.

Usage

Import the package

This package has been endorsed, meaning that you only need to add shared_preferences as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:shared_preferences.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  shared_preferences: ^0.5.7
  ...