File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
example/flutter/objectbox_demo_sync/lib Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ class ViewModel {
6666 _query = _box.query ().order (dateProp, flags: Order .descending).build ();
6767
6868 // TODO configure actual sync server address and authentication
69- // 10.0.2.2 is your host PC if an app is run in an emulator.
69+ // 10.0.2.2 is your host PC if an app is run in an Android emulator.
70+ // 127.0.0.1 is your host PC if an app is run in an iOS simulator.
7071 // For other options, see objectbox/lib/src/sync.dart
7172 final syncClient =
7273 Sync .client (_store, 'ws://10.0.2.2:9999' , SyncCredentials .none ());
Original file line number Diff line number Diff line change 1- ObjectBox (with Sync) libraries for Flutter
1+ ObjectBox (with [ Sync] ( https://objectbox.io/sync ) ) libraries for Flutter
22===========================================
3- This package provides native ObjectBox library as a flutter plugin for supported platforms.
3+ This package provides native ObjectBox library, including [ Sync ] ( https://objectbox.io/sync ) client, as a flutter plugin for supported platforms.
44You should add this package as a dependency when using [ ObjectBox] ( https://pub.dev/packages/objectbox ) with Flutter.
55
66See package [ ObjectBox] ( https://pub.dev/packages/objectbox ) for more details and information how to use ObjectBox it.
You can’t perform that action at this time.
0 commit comments