isar
isar copied to clipboard
Extremely fast, easy to use, and fully async NoSQL database for Flutter
### Steps to Reproduce Hello developer, I got an error when built android apk (debug). ```bash >flutter.bat --no-color build apk Running Gradle task 'assembleRelease'... FAILURE: Build failed with an exception....
**Is your feature request related to a problem? Please describe.** TZDateTime fails with a [SEVERE] error in isar_generator when used **Describe the solution you'd like** Ideally, given TZDateTime implements DateTime,...
While using [`isar_generator`](https://pub.dev/packages/isar_generator), the latest version: ```yaml isar_generator: ^3.1.0+1 ``` ... I regularly see dependency conflict errors with other generators. e.g.: We can't use the `riverpod_lint` package while using `isar_generator`:...
### Steps to Reproduce 1. Try to follow the quick start guide from a new flutter project. 2. Get to step 4 where it has you set up a new...
**Is your feature request related to a problem? Please describe.** I noticed this is hardcoded "sqlite.prepare("PRAGMA journal_mode=WAL")?.step()?;" but it would be nice if we can choose to set it differently...
### Steps to Reproduce When running tests on Windows, a weird exception is triggered after the tests suit finishes. The actual tests are properly executed and checked. It is the...
### Steps to Reproduce Add another field to a database that is not alphabetically last. The id gets shifted ### Code sample ```dart I can't share the entire app I'm...
Resolves #1533
Would be really nice to have interfaces in place for network syncing so we could use Isar as our local database but have it sync with a service in the...
When I'm adding few data to hive when the app is in the background and when I open the app, I fetch the list but the list doesn't contain the...