now if I change title data using console or code my listener function is not called. Don’t see any errors, database works fine. However, it works as expected if I comment DateTime line:
//DateTime updated;
Doesn’t matter if it’s updated/created default field or my own DateTime database field. Any DateTime field in any class causes this issue. Using map instead of custom class gives expected results.
Build runners seems to work anytime:
[INFO] Build:Succeeded after 9.7s with 1 outputs (1 actions)
I’m using latest:
backendless_sdk: ^1.1.3
build_runner: ^1.8.0
Please help, I’m stuck. Just started using flutter (and Backendless), am I missing something or it is a bug?
thanks for quick response and fix. Great support! Update seems to work now but create listener does not. Could You please check and correct this too? I suppose simple copy/paste will do the job
I can confirm that it’s working now. Maybe there was something wrong with my testing, sorry. Let’s assume it’s fixed, will do more tests and let You know if something goes wrong.