Isar & Flutter: Updating a large object
I’m working with the Isar database 4.0.0-dev.14 in Flutter, and I’m trying to save a large object called Target. The problem is I can have a large list of “pings”, like 30-40k pings at the end.
The goal of my app is to “ping” some devices every 100ms and, every 5 seconds, to save them into my isar db.
Flutter Isar run build_runner build generate nothing
I’m now to flutter and Isar, I want to use Isar for the local DB for my app. When I try to use build_runner to generate the studylog.g.dart file, nothing was generated.
How to add a nested list of strings to isar database in Flutter
I am trying to add a nested list of strings to an isar database, but I’m getting an Unsupported type error when trying to define the schema.