Simon Choi

Results 192 comments of Simon Choi

I just ran the latest and the 2.5.0 Isar dll and it does not show any results. I can't reproduce your results. [Isar 2.5.0 result](https://www.virustotal.com/gui/file/089c7d32f0113cbccf07903c96aabdc9de86f6c3641e3e495a3a333505e12e88) [Isar 3.0.0-dev.10 result](https://www.virustotal.com/gui/file/762b72242bf3220bab6943b3cd8c9e6a95153aae6907a7e3f848aa2c7735f9cd)

But the isar_flutter_libs_plugin depends on your app code. I uploaded Isar Core.

Unfortunately I don't think I can fix this since Isar is not doing anything malicious. Going to close this for now.

When you store a `Product`, isar needs to be able to assign an id. Otherwise it won't know what to link to. You can also assign the id yourself.

@sbenmeddour that's correct. What problem are you facing?

Yeah that's possible. Having an id set to `null` or `Isar.autoIncrement` is exactly the same and both will assign an auto increment id.

Does your invoice have a final id field? If yes, you manually need to assign the id returned by `put()` because Isar cannot change your object.

Which version of Isar are you using? Btw: you need to .put() the amount model too before you can link it.