Use of hive in flutter application

Viewed 38

I am using hive for flutter application, Is it safe, is it scalable, good to continue with hive or should I use sqlite or any other database for flutter application.

1 Answers

here are some features of hive :

Hive is a lightweight and blazing fast key-value database written in pure Dart. have 120 points that is full a package can have. As per flutter official policy no any package can be deleted once its uploaded on pud.dev. Strongly encrypted using AES-256.

so you should definetly go for hive. if you don't have experience in native.

Related