I am developing a Flutter Application using Traccar Server, I have go through https://www.traccar.org/api-reference/ all apis but can't find a way to create my own table in database also need api's to save, fetch, update and delete data from table. I have paid server and according to my applications logic i need several more table's to store and retrieve data. Is there any way to create table and api's as a Flutter developer that i can manage to create and use.
Help me out! Thanks in Advance
That would require backend changes.
Guide me what kind of changes require ?
Also backend in which language ?
Have you checked the repository before asking these questions?
I am developing a Flutter Application using Traccar Server, I have go through https://www.traccar.org/api-reference/ all apis but can't find a way to create my own table in database also need api's to save, fetch, update and delete data from table. I have paid server and according to my applications logic i need several more table's to store and retrieve data. Is there any way to create table and api's as a Flutter developer that i can manage to create and use.
Help me out! Thanks in Advance