Muragijimana

Results 40 comments of Muragijimana

you can try this https://github.com/isar/isar and help me convince the author to implement sync. [gustavorozolin](https://github.com/gustavorozolin)

Commenting on the above, as many of the apps will be onboarded later on sync it is very important to smoothly add sync to an existing model with that being...

A question like this seems to be ignored! @vaind

I have not used sync also, but I am going to suggest some design, It will be nice for sync to be added to the existing database without any breaking...

> For now, you can define on a type (class) level which objects you want to sync. This will get more dynamic with data spaces in the future. @greenrobot can...

Any progress on this? @vaind

Found this [This](https://github.com/EPNW/web_ffi/) if it can be of help. !

This is so great to have and interesting feature to have.

``` Directory? dir; if (!kIsWeb) { dir = await getApplicationSupportDirectory(); } try { return await Isar.open(schemas: [ UserConfigSchema, FlowSchema, MessageSchema, ApplicationSettingSchema ], directory: !kIsWeb?dir?.path : ' '); } on IsarError...

Again I was assuming that creating a document and passing id as a field with override the system generated ID but that is not the case ``` final MutableDocument mutableDoc...