Этот репозиторий содержит Flutter плагины для платформы ОС Аврора.
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.
 
 
 
 
Vitaliy Zarubin cc5fd71f8d [shared_pref] rm files 2 years ago
..
aurora [shared_pref] done implementation 2 years ago
data [shared_pref] done implementation 2 years ago
example [shared_pref] done implementation 2 years ago
lib [shared_pref] done implementation 2 years ago
test [shared_pref] add channel test 2 years ago
.gitignore [shared_preferences] setInt/getInt 2 years ago
.metadata [shared_preferences] setInt/getInt 2 years ago
README.md [shared_pref] done implementation 2 years ago
analysis_options.yaml [shared_preferences] setInt/getInt 2 years ago
pubspec.yaml Add base library 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 

Preview example

preview.png