tree: b83d3ffaab9dd09b9f3325b03c880cd5d3153f5f [path history] [tgz]
  1. android/
  2. example/
  3. ios/
  4. macos/
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/shared_preferences/shared_preferences_macos/README.md

shared_preferences_macos

The macos implementation of shared_preferences.

Usage

Import the package

To use this plugin in your Flutter app, simply add it as a dependency in your pubspec.yaml alongside the base shared_preferences plugin.

(This is only temporary: in the future we hope to make this package an “endorsed” implementation of shared_preferences, so that it is automatically included in your Flutter app when you depend on package:shared_preferences.)

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

...
dependencies:
  ...
  shared_preferences: ^0.5.4+8
  shared_preferences_macos: ^0.1.0
  ...

Use the plugin

Once you have the shared_preferences_macos dependency in your pubspec, you should be able to use package:shared_preferences as normal.