pasblin

Results 10 comments of pasblin

Same here, When i save a invoice amounts links with id null , i get this error: "Instance of 'AmountModel'" has no id and can therefore not be linked. Make...

No , this is the code: @Collection() class AmountModel { Id? id; late String monthName; late double amount; late int monthNumber; } @Collection() class InvoiceModel { Id? id; late String...

Last versión El mié, 31 ago 2022 17:59, Simon Leier ***@***.***> escribió: > Which version of Isar are you using? > > — > Reply to this email directly, view...

Sorry i was answer you from mobile :). I use this versions: isar: ^3.0.0-dev.13 isar_flutter_libs: ^3.0.0-dev.13 isar_generator: ^3.0.0-dev.13

When you say i need to .put() the amount model too before you can link it., you mean I should change the order and do this? await isar.writeTxn(() async {...

I forgot to say that in previous versions The code works fine. Regards

Hi, What is the status of this issue? Is it planned to solve it in the short term? Regards.

Not compatible with angular 11.1.0 yet?

Hi, Same for me, controller removed on hot reload . I am using drawer, and I think it happens in the navigation (Get.back(); ) after doing a hot reload. Regards