SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation .
Read moreHow do you handle database in Flutter?
Flutter apps can make use of the SQLite databases via the sqflite plugin available on pub. dev.
Read moreCan we connect Flutter with MySQL database?
A MySQL driver for the Dart programming language. Works on Flutter and on the server . This library aims to provide an easy to use interface to MySQL.
Read moreWhich database can I use with Flutter?
When it comes to the NoSQL databases in Flutter there are a few and very promising options to consider, and the most popular of them is the Google Firebase , which is an online leverages on cloud storage and we also have other user tailored options such as Objectbox, Hive, and SharedPreferences.
Read more