isar icon indicating copy to clipboard operation
isar copied to clipboard

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

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

**Steps to Reproduce** 1. Create a new Flutter project 2. Install `isar`, `isar_flutter_libs` and `isar_generator` (no need to even import in dart files) 3. Build and run the application either...

**Steps to Reproduce** In Isar collection, I am using `@Index(unique: true)` In Isar put I am using `replaceOnConflict: true` In Web, for first insert it runs fine. But for **2nd...

bug
area:web

**Steps to Reproduce** On real Android device. 1. Run release application. 2. Await when Isar is open. 3. Exit from app by tap Android back button. 4. Repeat steps 3...

needs more info
area:core

**Steps to Reproduce** i get error on loading stock->section->warehouse (stock.section.value!.warehouse.loadSync();) with error: `IsarError: IllegalArg: Link target collection does not match query collection.` but if i uncomment Backlink and IsarLinks in...

needs investigation

**Steps to Reproduce** Use libraries with the following version: `^3.0.0-dev.8` and try to launch the app. **Debug console** ``` Launching lib/main.dart on Chrome in debug mode... lib/main.dart:1 : Error: Not...

**Steps to Reproduce** I'm able to produce a build but not an archive on iOS. **Error Logs** ``` ❌ ld: Invalid value (Producer: 'LLVM14.0.1-rust-1.62.0-nightly' Reader: 'LLVM APPLE_1_1300.0.29.30_0') for architecture arm64...

Instead of using the `Id` type directly I would like to create value classes for all ids. These Id ValueClasses might look something like this: ```dart class CustomerId { const...

enhancement

In `3.0.0-dev.7` the generator fails to generate collections for freezed entities due to the generated copyWith methode. [SEVERE] isar_generator:isar_generator on lib/src/data/models/foo.dart: Unsupported type. Please use a TypeConverter or annotate the...

enhancement
area:generator

It was clear from the beginning that Isar should support some kind of synchronization capability. Until now I wanted to implement something similar to dexie's sync strategy which provides [eventual...

enhancement

- [ ] show embedded objects - [ ] better presentation for date time