๐๏ธ ๐ Routes
Overview โจ
๐๏ธ ๐ Middleware
Middleware in Dart Frog allows you to execute code before and after a request is processed. You can modify the inbound request and outbound responses, provide dependencies, and more!
๐๏ธ ๐ Dependency Injection
Middleware can be used to inject dependencies into a RequestContext via a provider.
๐๏ธ ๐งช Testing
In Dart Frog, we can effectively unit test our route handlers and middleware using packagemocktail.
๐๏ธ ๐ Serving Static Files
Dart Frog supports serving static files including images, text, json, html, and more.
๐๏ธ ๐ฑ Environments
There are many ways that environments can be configured in a Dart Frog application. The
๐๏ธ ๐ Additional Resources
- Awesome Dart Frog repo: Highlights awesome Dart Frog resources โ articles, videos, open source projects, and more!