isar
isar copied to clipboard
Extremely fast, easy to use, and fully async NoSQL database for Flutter
This great package needs a good example app. Multiple example apps with different state management solutions needed. At least simple complete app for newbies. (If possible an example app with...
**Steps to Reproduce** 1. Launch app 2. Hot restart 3. Switch collections in Inspector 4. You got the problem Maybe related to this somehow, this was a long time ago:...
**Steps to Reproduce** In testing mode all is fine. In Release mode I'm getting the following error: ``` 2022-07-25 12:18:25.006595+0200 Runner[60690:2913737] [VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: IsarError: Could not initialize IsarCore library...
Hi, I must say I like Isar and it seems pretty cool, however I have a problem with testing it. I don't even know where to begin, I see that...
**Steps to Reproduce** I saw a ticket with the same issue as mine just got solved and closed, but I couldn't make it work in my case. I have two...
**Steps to Reproduce** Change from async to *Sync version of isar calls. **Code sample** The following works with web (tested in debug): ``` async isar?.writeTxn( (isar) async { await isar.answers.put(a,...
It would be super cool if we could get some help making the Isar Inspector more beautiful. If someone is interested, please let me know 🙌
Can you add database encryption support as in `Hive`? This is very important for medical and financial projects.
Having stats data from the inspector would be super useful for analyzing usage. The more obvious one are the collection sizes on disk, but a realtime mode could eventually be...
Since the inspector is developed with Flutter, it would be awesome to offer a way to embed it inside the app itself (_as a debugging tool_)! This would also avoid...