Flutter – ObjectBox Sync questions
I am very close to finishing my OBX Sync project, but i need some answers to finish it. How can i restart sync? (for example the server IP address changes in the background, ). Currently i have to restart the…
I am very close to finishing my OBX Sync project, but i need some answers to finish it. How can i restart sync? (for example the server IP address changes in the background, ). Currently i have to restart the…
I am working on a mail client in flutter. I am using objectbox in my flutter app to store mails in cache, but when I built the app using command flutter build linux --release And created an executable, which runs…
I get this exception at the startup of the app. UnsupportedError (Unsupported operation: Loaded ObjectBox core dynamic library has unsupported version 0.18.1, expected ^0.19.0) Flutter 3.15.0-15.2.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 0d074ced6c (3 hours ago) • 2023-09-21…