relatica/developers.md

799 B

Relatica Developer Notes

Relatica is written with Flutter. Please follow the install instructions for your platform to get started with development.

Linux Development

For Linux development be sure that libsecret-1-dev and libjsoncpp-dev are installed on the machine.

Additional Build Steps

Whenever a model is changed that is stored in ObjectBox it is necessary to execute the command:

flutter pub run build_runner build

Whenever building for deployment on a Linux machine you need to manually copy the libobjectbox.so library file into the bundle's lib folder before zipping up. This issue has been filed with the ObjectBox team to address: https://github.com/objectbox/objectbox-dart/issues/504