python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using Hive deleteAt() crashes my flutter project due to a NULL error
I have a list of objects called Weeks in my project and after I run the delete function to remove items from my Hive box the code runs fine. But then when I restart the app and it initializes and load...
Ten Digit Grid
Votes: 0
Answers: 2
How to put data so that it does not disappear when using Hive typeadapter box
I am using a type adapter box and having trouble putting data now.
For example, when I create a "Person" class with name, age, and address fields and generated an adapter,
The way to put dat...
user16330449
Votes: 0
Answers: 1
Merging 2 Flutter Apps with Hive in one single App
I have the main application in Flutter using Hive as a database, and I would like to incorporate another single application that also has Hive as a database into this main app. I'm not experienced in ...
gzpaitch
Votes: 0
Answers: 1
Flutter Hive opens existing box, but is not reading values from it
I am having one of those programming moments where I think I am going mad so hopefully someone can help me.
I have a Flutter app that uses Hive to store data between runs. When the app initially star...
Twelve1110
Votes: 0
Answers: 1