Skip to content

Commit 3859547

Browse files
Remove Sync example, link to objectbox-sync-examples repo
1 parent 9f44a79 commit 3859547

File tree

129 files changed

+10
-5127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+10
-5127
lines changed

objectbox/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ depend: ## Build dependencies
1515
integration-test: ## Execute integration tests
1616
./tool/integration-test.sh example/flutter/objectbox_demo
1717
./tool/integration-test.sh example/flutter/objectbox_demo_relations
18-
./tool/integration-test.sh example/flutter/objectbox_demo_sync

objectbox/example/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
ObjectBox Examples
2-
==========================
1+
# ObjectBox Flutter SDK Examples
32

4-
There are several example apps and tutorials available:
3+
Note: [A Flutter example app](https://github.com/objectbox/objectbox-sync-examples/tree/main/tasks/client-flutter)
4+
that uses [Sync](https://objectbox.io/sync/) is available in the objectbox-sync-examples repo.
5+
6+
There are several example apps and tutorials available in this repository:
57

6-
* [vectorsearch_cities](dart-native/vectorsearch_cities): a Dart Native example app using Vector
7-
Search to find neighbors of cities.
88
* [objectbox_demo_relations](flutter/objectbox_demo_relations): our main Flutter example app showing
99
all basics and how to use relations.
10-
* [event_management_tutorial](flutter/event_management_tutorial): an event management Flutter app
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
12+
Search to find neighbors of cities.
13+
* [event_management_tutorial](flutter/event_management_tutorial): an event management Flutter app
1114
based on our video tutorial on using relations.
12-
* [objectbox_demo](flutter/objectbox_demo): a basic Flutter example app.
13-
* [objectbox_demo_sync](flutter/objectbox_demo_sync): a basic Flutter example app with
14-
[Sync](https://objectbox.io/sync/) enabled.
1515

1616
**To learn how to use ObjectBox continue with the [Getting Started](https://docs.objectbox.io/getting-started) guide.**

objectbox/example/flutter/objectbox_demo_sync/.gitignore

Lines changed: 0 additions & 49 deletions
This file was deleted.

objectbox/example/flutter/objectbox_demo_sync/.metadata

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
# objectbox_demo_sync
22

3-
## Getting Started with ObjectBox Sync in Flutter / Dart
4-
5-
This project contains the Flutter version of the Sync example from the [objectbox-examples](https://github.com/objectbox/objectbox-examples) repository.
6-
7-
You need to have a Sync Trial and run the Sync Server to run the demo --> Apply for the [Sync Trial here](https://objectbox.io/sync/).
8-
9-
Also, do check out the [Sync Docs](https://sync.objectbox.io/).
10-
11-
The basic steps to get this demo running (assuming you have a working Flutter setup):
12-
13-
```
14-
# Set up project, get latest dependencies
15-
flutter pub upgrade
16-
17-
# Generate model and code files for ObjectBox
18-
dart run build_runner build
19-
20-
# Run the app in debug mode
21-
flutter run
22-
```
23-
24-
Optional: depending on your setup you might have to adjust the Sync server address in [objectbox.dart](/lib/objectbox.dart).
3+
This example has [moved to the objectbox-sync-examples repository](https://github.com/objectbox/objectbox-sync-examples/tree/main/tasks/client-flutter).

objectbox/example/flutter/objectbox_demo_sync/analysis_options.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

objectbox/example/flutter/objectbox_demo_sync/android/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

objectbox/example/flutter/objectbox_demo_sync/android/app/build.gradle

Lines changed: 0 additions & 67 deletions
This file was deleted.

objectbox/example/flutter/objectbox_demo_sync/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

objectbox/example/flutter/objectbox_demo_sync/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)