Help flutter project

Hi,

I need help I have created flutter project for web and apk version. And I would like to connect it so that all data that is entered is visible on all devices. Currently, my code says Shared-preferences, which means that my data is saved only in local memory and is not visible to everyone. I have my own hosting and domain account where I would set up a web connection, and now I saw something that they need to be connected via api in order for the data to be synchronized on all devices. Can you help me if you have any instructions correct for this.

Thank you

Have a look at Serverpod.

You are going to need to use a central DB and with the help of it sync all your data.

there are three primary database server packages to look at:
serverpod (like johan suggested), supabase, and firebase.
all are on pub.dev.

1 Like

GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file also has a flutter package

1 Like