isar icon indicating copy to clipboard operation
isar copied to clipboard

Extremely fast, easy to use, and fully async NoSQL database for Flutter

Results 196 isar issues
Sort by recently updated
recently updated
newest added

### Steps to Reproduce I'm using Isar paired with Riverpod to store user data locally. When starting my application I initialise a watcher on one data object with the fireImmediately...

### Steps to Reproduce We couldn't really reproduce this error at the moment. We observed it on crashlytics reports and couldn't trace the origin of the error. Once it happens,...

Thank you again for this great effort! I am trying to migrate from v3 to v4 but I am having quite some problems. As I could not find a migration...

enhancement

the error in question: IsarError: Cannot open Environment: MdbxError (75): Value too large for defined data type happens in 86 emulators

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, Lists are provided out of the box by isar, I think view only Lists ([UnmodifiableListView](https://api.flutter.dev/flutter/dart-collection/UnmodifiableListView-class.html) from dart:collection) should also...

enhancement

**Is your feature request related to a problem? Please describe.** A breaking change was introduced in gradle 8. You must set the namespace in the module-level build.gradle.kts file, rather than...

enhancement

### Steps to Reproduce i am not 100% sure but you can try to make a collection and query it with this line "return isar.logs.where().anyDate().sortByDateDesc().findAll();" , it will have a...