am trying to create a simple login system with flutter but I don't know the options available (that I can use) for the backend can I use sqlite
1 Answer
Yes you can use SQLITE.
Get started with the sqflite plugin.
Alternatively, you can use the flutter_sqlcipher or firebase_auth plugins.
if you want to use Firebase take a look at this: