hive
hive copied to clipboard
Lightweight and blazing fast key-value database written in pure Dart.
Hello - I know that 4.0.0 is still a pre-release. I encountered a few issues while getting started on web. The first issue is it seems to be expecting a...
I'm receiving the following error when trying to open a box. I haven't been able to find any indication on why this would fail (it's happening to about 5% of...
Unhandled exception: FormatException: Invalid radix-10 number (at character 1) dart:async ^ #0 int._handleFormatError (dart:core-patch/integers_patch.dart:126:5) #1 int._parseRadix (dart:core-patch/integers_patch.dart:137:16) #2 int._parse (dart:core-patch/integers_patch.dart:98:12) #3 int.parse (dart:core-patch/integers_patch.dart:60:12) #4 parseDefinitionTypes (package:front_end/src/api_prototype/expression_compilation_tools.dart:113:36) #5 createDefinitionsWithTypes (package:front_end/src/api_prototype/expression_compilation_tools.dart:32:7) #6...
Hi... I tried run my app on Moto G5S and, when i enabled the Isar, my app crash. The error i´ve got. Launching lib\main.dart on Moto G 5S in debug...
**Steps to Reproduce** I updated Hive from version `2.0.0` -> `2.0.4`, I performed logic which re-initialises Hive (using `Hive.initFlutter`) with a new `subDir`, I then got the following exception when...
We are currently using hive (2.2.x) in some unit and (riverpod) provider tests to make sure that we also have our repositories tested to make sure that update or delete...
I started using the latest prerelease of Hive's v4 in my current Flutter app. Everything works fine so far, but when i access the db in the Android version (emulator...
When my class is extending `HiveObject` I have access to `key` using the getter defined in `HiveObject` but after sending the class instance through the network as json I need...
Could not initialize IsarCore library for processor architecture "android_ia32". If you create a Flutter app, make sure to add isar_flutter_libs to your dependencies. For Dart-only apps or unit tests, make...
**Question** I had some issues with a project that just keeps increasing in storage due to the box (went up to 10gb). I had found a solution which is the...