Closed oarshad closed 2 years ago
What adapters are you using? What Flutter Data version?
Tests are passing in that scenario: https://github.com/flutterdata/flutter_data/blob/master/test/repository/remote_adapter_serialization_test.dart#L24
The issue is that your tasks have no IDs.
Trying to write a nested model with
HasMany
mapping, however, when saving the object, the nested relationship entities are being sent as an empty array.