isar
isar copied to clipboard
Extremely fast, easy to use, and fully async NoSQL database for Flutter
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...

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...
**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....
**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`...
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....
**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...
**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...