I’m still learning flutter and I’m not comfortable with using Firebase. I want an SQL database, not NoSql because I need to have primary keys in my table.
>Solution :
If its an SQL database for local practicing only, you can go with the SQFlite plugin for Flutter, which is basically a SQLite database.
https://pub.dev/packages/sqflite