# 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. ```yaml dependencies: shared_preferences: ^2.1.1 shared_preferences_aurora: ^0.0.0 # @todo Not published ``` ### Preview example ![preview.png](data%2Fpreview.png)