You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
aurora | 2 years ago | |
data | 2 years ago | |
example | 2 years ago | |
lib | 2 years ago | |
test | 2 years ago | |
.gitignore | 2 years ago | |
.metadata | 2 years ago | |
README.md | 2 years ago | |
analysis_options.yaml | 2 years ago | |
pubspec.yaml | 2 years ago |
README.md
shared_preferences_aurora
The Aurora implementation of [shared_preferences
][https://pub.dev/packages/shared_preferences].
Usage
This package is not an endorsed implementation of shared_preferences
.
Therefore, you have to include path_provider_aurora
alongside shared_preferences
as dependencies in your pubspec.yaml
file.
dependencies:
shared_preferences: ^2.1.1
shared_preferences_aurora: ^0.0.0 # @todo Not published