-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the API requires the user to write a lot of boilerplate code. This is because in the initial design of our API, we tried to follow Isar's API design. The problem is, instead of storing fields as they are, we store the fields inside wrapper classes. Requiring the user to write wrapper classes would be too much boilerplate every time.
After looking into it, I think that it would be best if we could adapt the code generator to be based on a freezed-like style.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request