c3df5143cc
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
23 lines
547 B
Markdown
23 lines
547 B
Markdown
# shared\_preferences\_elinux
|
|
|
|
The eLinux implementation of [`shared_preferences`](https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences).
|
|
|
|
## Usage
|
|
|
|
### pubspec.yaml
|
|
```Yaml
|
|
dependencies:
|
|
shared_preferences_elinux:
|
|
git:
|
|
url: https://github.com/sony/flutter-elinux-plugins.git
|
|
path: packages/shared_preferences
|
|
ref: main
|
|
```
|
|
|
|
### Source code
|
|
Import `shared_preferences_elinux` in your Dart code:
|
|
|
|
```Dart
|
|
import 'package:shared_preferences_elinux/shared_preferences_elinux.dart';
|
|
```
|