Is anyone else using this project?
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)?
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.
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.
Nice. Will this also generate the client libraries?
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: