mirror of
https://github.com/sony/flutter-elinux-plugins.git
synced 2025-08-26 11:33:10 +08:00
547 B
547 B
shared_preferences_elinux
The eLinux implementation of shared_preferences
.
Usage
pubspec.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:
import 'package:shared_preferences_elinux/shared_preferences_elinux.dart';