Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General improvements #13

Merged
merged 15 commits into from May 24, 2019
Merged

General improvements #13

merged 15 commits into from May 24, 2019

Conversation

devkabiir
Copy link
Contributor

Closes #12

…ypes

This allows for using `Future<Response<anything>>` as return type for a method
Which allows for
things like `Future<Response<Container<SubType>>>` e.g. `Future<Response<BuiltList<String>>>`
This
is neccessary because otherwise the code generator outputs `Response<SubType>> instead of
`Response<Container<SubType>>`
The Dart's type system can infer these types from the super class
…n constructor

Since base url is a compile-time constant, we can do the validation during code generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

General improvements from my fork
2 participants