In today's video, I am going to introduce to you one of the most popular local database in Flutter - the HIVE Database.
Hive database is a NoSQL database that is entirely written in Dart language, which happens to be also the language used in Flutter. So we are assured of the full compatibility of Hive database to Flutter, that is why it is one of the most used database in Flutter environment.
Discussed in this video is the structure of records in Hive database, how to add records and also record retrieval. We dived a bit deeper into a more complex data structure by working on Map object into our HIve database.
So if you are interested in working with local databases in Flutter, watch till the end of this video.