TheCarpetMerchant
TheCarpetMerchant
A simple solution could be to load the entire Hive file as-is in Rust-managed shared memory. Then instead of Hive reading/writing things to the disk, it's writing to that shared...
I'm going back to this issue since I've got some time. Currently, I have a few boxes that are shared between multiple isolates. What I'm doing is opening the boxes,...
It would be great to have `direction` be handled by the widget itself if not provided. It would use `AxisDirection.up` only if there's more space up then there is down...
Here's another one for the road : Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown Instance of 'ErrorDescription'. at RenderObject.getTransformTo(object.dart:2547) at RenderBox.localToGlobal(box.dart:2600) at _SuggestionsBox._adjustMaxHeightAndOrientation(flutter_typeahead.dart:1730) at...
This is from crashlytics, I do not know the exact cause. But if I had to guess, flutter_typeahead.dart:804 would be the issue. This is the only way of not initializing...
Same problem. @ened Will any work be put towards this issue in the near future ?
I can't reproduce it myself ; I'll soon install Firebase's crashlytics and I'll see if your version 5.0.0 still causes problems :)
@BlackPhlox @sburris0 Not having key bindings is unnecessarily limiting. Here I am, making a branch of this project solely because of this reason. Please reconsider this decision, if only for...
Is any investigation going to be made into this issue ? We have dozens of users reporting the same error : the database of the caching backend crashes when you...
As I found out, at least on Android this is the expected behavior.