Local Data on device (without database)

Database & APIs
Resolved

Hello,

I want to write a time tracker app with FlutterFlow.

The data (projects, times, etc.) should be stored locally on the device.

At first I wanted to use SQLite, but unfortunately that doesn't work over the web. (LateInitialisationError _database)

What other type of data storage (i.e. no SupaBase or Firestore, but local) is possible?

Could the whole thing also be done with AppState data types and variables?

If so, how should you proceed?

How can data be read and saved?

Would it be possible for each registered user to have their own data structure?

Thanks in advance for any tips on this topic ...

What have you tried so far?

I had tried to implement the project with SQLite as the data source, but this did not work due to a LateInitialisationError.

Now I'm thinking about doing it with "AppState".

(CustomActions / CustomFunction to access data)

Did you check FlutterFlow's Documentation for this topic?
Yes
2 replies