VeryGoodOpenSource / dart_frog

A fast, minimalistic backend framework for Dart 🎯
https://dartfrog.vgv.dev
MIT License
1.84k stars 148 forks source link

docs: Custom Handler for non-file-based Routing #591

Open garysm opened 1 year ago

garysm commented 1 year ago

Description The docs do not currently state how to implement a custom router if file-based routing is not desired. This was requested in #467 and #530.

I provided an example based on shelf_router in #530, but any other router would be fine too.

Requirements

renancaraujo commented 1 year ago

Tracking this on #467, thanks for opening an issue