burhanwakhid/daho — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me the first usable version of this Dart package. It’s meant to be a simple REST framework for Dart, but the README is still just the default template, so keep the scope small and practical.

I want someone to be able to define basic HTTP routes, handle GET and POST requests, read params and JSON bodies, return JSON responses, and start a local server with a clear example. Please add a clean public API in the library, a working example app, and update the README so a normal Dart developer can understand what the package does and how to try it.

If there’s any existing code in the repo, use it where it makes sense instead of replacing everything blindly. Keep it lightweight, easy to read, and make sure it runs with normal Dart tooling. Look up current Dart package docs online if you need to.

Want more depth? Deep Reverse