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.4 Kas 2021
Read moreHow do I create a local database in Flutter?
Flutter apps can make use of the SQLite databases via the sqflite plugin available on pub. dev.
Read more