Serge Shkurko
Serge Shkurko
**Package name** `network` **Describe the solution you'd like** The ability to use decorators for example: `@get('http://todo.api/todo/1')` / `@post('http://todo.api/todo')` **Additional context** Proposal example: ```dart class TodoApi { @get('http://todo.api/todo') Future getAll(JsonApiRequest request,...
**Is your feature request related to a problem? Please describe.** Add support for amd64 (x86-64) architecture
Now, return types don't work with customRouteBuilder correctly Because of the last commit c2953feab41f6931ee25943df971386fb9462cd3. Type annotation removed from the function ```diff /// Signature for custom router builder used by ///...