Ivan Dlugos

Results 297 comments of Ivan Dlugos

Changing the name would break existing apps though (if not configurable). IIRC there was an option to combine outputs of multiple builders.

Would need to be implemented in the core. I'm raising a feature request there.

BTW, this looks like a good candidate for a separate "table" with the list of which items have been read by which user (assuming that's what you mean by `readByIds`),...

Better a late answer then none :) @LeoK987 > So the properties defined in Sub are persisted as for a normal entity and the inherited properties from Base are not...

No, not available and not in the works at the moment. The crash you're referring to has been recently fixed by e259aea9d8c476c020afa46f67f2b970fd235088 which will come out in a next release...

Currently for date fields, you need to use the timestamp, i.e. the same thing is stored internally in the database (it's a millisecond timestamp for date fields and nanosecond timestamp...

Ideally, we should run the complete test suite (`test` folder) on all supported devices, if possible.

I've partially prepared this: there's a `flutter-integration-test` job running in GH Actions. Right now, it builds release apps of both demo applications (sync & non-sync) on mac, windows and Linux....

works with dart 2.6(.1) added a test case in 04e1ae0de2b9c834e851ca974629dac402d6cc3b

Turns out this doesn't work on Flutter for Linux (desktop), I've filed an issue: https://github.com/flutter/flutter/issues/74599