Skip to content

Commit df4e52c

Browse files
committed
🎨 update pubspec.yaml files to add topics and improve descriptions for hyper_storage packages
1 parent 1c4402c commit df4e52c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/hyper_storage/pubspec.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: hyper_storage
22
description: A simple and flexible key-value storage for Dart and Flutter applications, supporting multiple backends.
3+
34
version: 0.1.0
45

56
repository: https://github.com/hyper-designed/hyper_storage
@@ -8,7 +9,6 @@ homepage: https://github.com/hyper-designed/hyper_storage
89
environment:
910
sdk: ^3.9.0
1011

11-
# Add regular dependencies here.
1212
dependencies:
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+
2027
resolution: workspace

packages/hyper_storage_flutter/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: hyper_storage_flutter
22
description: A package that makes it easy to use hyper_storage in Flutter applications.
3+
34
version: 0.1.0
45

56
repository: https://github.com/hyper-designed/hyper_storage

packages/hyper_storage_hive/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: hyper_storage_hive
22
description: A backend for hyper_storage that uses hive_ce for local data storage.
3+
34
version: 0.1.0
45

56
repository: https://github.com/hyper-designed/hyper_storage
@@ -8,9 +9,7 @@ homepage: https://github.com/hyper-designed/hyper_storage/tree/main/packages/hyp
89
environment:
910
sdk: ^3.9.0
1011

11-
# Add regular dependencies here.
1212
dependencies:
13-
# path: ^1.9.0
1413
hive_ce: ">=2.13.0 <3.0.0"
1514
hyper_storage: ^0.1.0
1615

packages/hyper_storage_shared_preferences/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: hyper_storage_shared_preferences
22
description: A backend for hyper_storage using shared_preferences for Flutter applications.
3+
34
version: 0.1.0
45

56
repository: https://github.com/hyper-designed/hyper_storage

0 commit comments

Comments
 (0)