File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
hyper_storage_shared_preferences Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11name : hyper_storage
22description : A simple and flexible key-value storage for Dart and Flutter applications, supporting multiple backends.
3+
34version : 0.1.0
45
56repository : https://github.com/hyper-designed/hyper_storage
@@ -8,7 +9,6 @@ homepage: https://github.com/hyper-designed/hyper_storage
89environment :
910 sdk : ^3.9.0
1011
11- # Add regular dependencies here.
1212dependencies :
1313 meta : " >=1.16.0 <2.0.0"
1414
@@ -17,4 +17,11 @@ dev_dependencies:
1717 coverage : ^1.15.0
1818 test : ^1.26.2
1919
20+ topics :
21+ - local
22+ - storage
23+ - key-value
24+ - shared-preferences
25+ - hive
26+
2027resolution : workspace
Original file line number Diff line number Diff line change 11name : hyper_storage_flutter
22description : A package that makes it easy to use hyper_storage in Flutter applications.
3+
34version : 0.1.0
45
56repository : https://github.com/hyper-designed/hyper_storage
Original file line number Diff line number Diff line change 11name : hyper_storage_hive
22description : A backend for hyper_storage that uses hive_ce for local data storage.
3+
34version : 0.1.0
45
56repository : https://github.com/hyper-designed/hyper_storage
@@ -8,9 +9,7 @@ homepage: https://github.com/hyper-designed/hyper_storage/tree/main/packages/hyp
89environment :
910 sdk : ^3.9.0
1011
11- # Add regular dependencies here.
1212dependencies :
13- # path: ^1.9.0
1413 hive_ce : " >=2.13.0 <3.0.0"
1514 hyper_storage : ^0.1.0
1615
Original file line number Diff line number Diff line change 11name : hyper_storage_shared_preferences
22description : A backend for hyper_storage using shared_preferences for Flutter applications.
3+
34version : 0.1.0
45
56repository : https://github.com/hyper-designed/hyper_storage
You can’t perform that action at this time.
0 commit comments