easy_hive 2.0.0
easy_hive: ^2.0.0 copied to clipboard
A wrapper of Hive database for easier & simpler usage.
2.0.0 #
- ⬆️ Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
- ✈️ Migrate from hive to hive_ce
1.2.0 #
- 🛡️ Remove automatic box deletion on initialization failure to prevent silent data loss.
- 🧪 Add regression tests for initialization failure.
1.1.0 #
- ⬆️ Bump Dart SDK constraint to >=2.19.0 <4.0.0.
- 🐛 Fix defaultValue not working when key is not found.
- 🚨 Fix lint issues.
1.0.1 #
- ✨ Support custom
subDirinEasyBox.initialize()method. - ⬆️ Upgrade
path_providerversion to 2.0.14.
1.0.0+2 #
- 📝 Update documentation.
1.0.0+1 #
- 📝 Update documentation.
1.0.0 #
- 🎉 Initial release