rpc icon indicating copy to clipboard operation
rpc copied to clipboard

Is anyone else using this project?

Open enyo opened this issue 5 years ago • 4 comments

We have a rather big code base depending on this project. Is there somebody else using it, and interested in trying to maintaining it (for example to implement nullsafety)?

enyo avatar Nov 20 '20 14:11 enyo

Since this project has been archived i'm not sure it will be updated :disappointed: (but i'm not on the dart team so it's more a guess maybe better to wait for response from them)

What you can do is migrating to shelf_router_generator the api is somewhat the same and with some middleware you should be able to almost replicate what is done in this package.

kevin-sakemaer avatar Nov 24 '20 09:11 kevin-sakemaer

I'm extracting some functionality out in an open source repository is here as of now https://github.com/Kleak/shelf_helpers Will also publish it on pub today. more functionality will come don't hesitate to request if needed.

kevin-sakemaer avatar Nov 24 '20 13:11 kevin-sakemaer

Nice. Will this also generate the client libraries?

enyo avatar Nov 24 '20 15:11 enyo

short answer: Not with this package it's just some middleware put together to help with CORS, serialize/deserialize for now.

Here are some way of doing it now : You can look at openapi from this yaml you can automatically generate client lib. The last part would be to generated all the boilerplate backend code from this yaml file. I don't know any package that can do that as of now :disappointed:

kevin-sakemaer avatar Nov 24 '20 16:11 kevin-sakemaer