You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Nash0x7E2@orestesgaolin what is the motivation for doing this? The type return types are currently derived directly from rust our types. If I were to go for lowercase I would have to declare and implement a trait on all of the types that are currently returned. Not hard but a little annoying to add.
The motivation for this exact one was that we want to have enum for collective types which in Dart should be lowercase. This would allow us to automatically generate string representation of the enum without manually changing letter case.
We enforced Capital Case Enum here so it's partially solved, but it's against Dart rules. It took us a long time to figure out that the reason for http error is wrong case of the query parameter value.
Is it possible to update all collective types to lowercase?
The text was updated successfully, but these errors were encountered: