Skip to content

Commit 60fc8ee

Browse files
Pub: link to actual package directory to fix pub.dev file links #17
1 parent b5224c3 commit 60fc8ee

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

flutter_libs/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: objectbox_flutter_libs
22
description: Superfast NoSQL Flutter / Dart database. This package contains Flutter runtime libraries for ObjectBox.
3-
repository: https://github.com/objectbox/objectbox-dart
3+
# Link to actual directory in repository so file links on pub.dev work.
4+
repository: https://github.com/objectbox/objectbox-dart/tree/main/flutter_libs
45
homepage: https://objectbox.io
56
version: 2.1.0
67

generator/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: objectbox_generator
22
description: ObjectBox Flutter / Dart database binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
3-
repository: https://github.com/objectbox/objectbox-dart
3+
# Link to actual directory in repository so file links on pub.dev work.
4+
repository: https://github.com/objectbox/objectbox-dart/tree/main/generator
45
homepage: https://objectbox.io
56
version: 2.1.0
67

objectbox/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: objectbox
22
description: Flutter database for super-fast NoSQL ACID compliant object persistence.
33
homepage: https://objectbox.io
4-
repository: https://github.com/objectbox/objectbox-dart
4+
# Link to actual directory in repository so file links on pub.dev work.
5+
repository: https://github.com/objectbox/objectbox-dart/tree/main/objectbox
56
documentation: https://docs.objectbox.io
67
version: 2.1.0
78

sync_flutter_libs/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: objectbox_sync_flutter_libs
22
description: Fast Flutter database for persisting Dart objects. This package contains Flutter runtime libraries for ObjectBox, including ObjectBox Sync.
3-
repository: https://github.com/objectbox/objectbox-dart
3+
# Link to actual directory in repository so file links on pub.dev work.
4+
repository: https://github.com/objectbox/objectbox-dart/tree/main/sync_flutter_libs
45
homepage: https://objectbox.io
56
version: 2.1.0
67

0 commit comments

Comments
 (0)