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

I'm opening the same issue again ( see #1125 for more context ), since v3.1.0+1 does not fix the it. I can notice that the v3.1.0+1 at least does not...

needs more info
area:core

![Screenshot 2023-09-07 at 8 11 47 PM](https://github.com/isar/isar/assets/114856815/e0da9108-0fc4-466d-a352-df50c8f78b5b)

Though the current inspector works well in developing, but since app run in the release mode, or even on customer's device, the only way I can do is get the...

enhancement

**Is your feature request related to a problem? Please describe.** Whenever a model extends a class from an external package it is not possible to add `@ignore` on its members....

enhancement

**Is your feature request related to a problem? Please describe.** I want to watch the count of items in a collection. **Describe the solution you'd like** I need a `watch`...

enhancement

Hey! Thanks for using Isar, opening issues, participating in discussions and being an awesome community 💜 I would love to hear about the projects you build using Isar. What you...

I ran `dart run build_runner build` for the following class: ```dart import 'package:isar/isar.dart'; import 'package:objectid/objectid.dart'; part 'foo.g.dart'; @Collection() class Foo { final ObjectId id; final String value; Foo({required this.id, required...

When I want to export data including data which is linked to it, I need to export both datasources including a map between these data to later import it again....

enhancement

**Is your feature request related to a problem? Please describe.** As a potential new contributor I would like to have a document that outlines the project contributing guidelines and how...

enhancement

**Is your feature request related to a problem? Please describe.** I have been building the sync capability for my app and I come to a working solution where I need...

enhancement