blob: dd710f4c73368e0c587d6cbad796b85448a87960 [file] [log] [blame] [view]
# shared_preferences_windows
The Windows implementation of [`shared_preferences`][1].
## 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`:
```yaml
...
dependencies:
...
shared_preferences: ^0.5.7
...
```
[1]: ../