isar
isar copied to clipboard
Extremely fast, easy to use, and fully async NoSQL database for Flutter
### Steps to Reproduce I haven't yet started a project completely fresh but I ran into this while implementing v4 into my code, I got a few classes working already...
I get this error when I try to insert data into isar. I don't have a reproducible example because it happens sometimes when I write. If I delete app data...
### Steps to Reproduce I have these two classes ```dart @collection class Coffee{ Id id; String name; CoffeeType type; //.... } @embedded class CoffeeType{ int id; String name; } ````...
**Is your feature request related to a problem? Please describe.** I want to save a collection object and all it's links asynchronously without calling save() on every IsarLink object **Describe...
### Steps to Reproduce Please describe exactly how to reproduce the problem you are running into. During program startup and initialization of isar singletons, this error occasionally occurs, resulting in...
### Steps to Reproduce If I use the same name for the property of a class and constructor param and initialize the property through the initializer list, build_runner throws an...
**Is your feature request related to a problem? Please describe.** We're using Dart in the iOT space and are running on a ARM64 Raspberry Pi. A unique use case, but...
Regarding to this issue * #1273 @simc commented it's fixed in v4, but many of us still using the 3.1.0 Isn't there a possible patch on the isar_generator for 3.1.0?
### Steps to Reproduce I have not been able to reproduce the issue on our devices, but we have seen this error reported in Crashlytics for a few hundred users...