You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objectbox/example/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ that uses [Sync](https://objectbox.io/sync/) is available in the objectbox-sync-
5
5
6
6
There are several example apps and tutorials available in this repository:
7
7
8
-
*[objectbox_demo_relations](flutter/objectbox_demo_relations): our main Flutter example app showing
8
+
*[objectbox_demo_relations](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/objectbox_demo_relations): our main Flutter example app showing
9
9
all basics and how to use relations.
10
-
*[objectbox_demo](flutter/objectbox_demo): a very basic Flutter example app.
11
-
*[vectorsearch_cities](dart-native/vectorsearch_cities): a Dart Native example app using Vector
10
+
*[objectbox_demo](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/objectbox_demo): a very basic Flutter example app.
11
+
*[vectorsearch_cities](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/dart-native/vectorsearch_cities): a Dart Native example app using Vector
12
12
Search to find neighbors of cities.
13
-
*[event_management_tutorial](flutter/event_management_tutorial): an event management Flutter app
13
+
*[event_management_tutorial](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/event_management_tutorial): an event management Flutter app
14
14
based on our video tutorial on using relations.
15
15
16
16
**To learn how to use ObjectBox continue with the [Getting Started](https://docs.objectbox.io/getting-started) guide.**
0 commit comments