This page is dedicated to the notes about all the packages I've created. I will try to keep this page updated with the latest changes and features.
route
method for chained routes to allow developers to define routes in a more flexible way.param
method to capture and access all times the param route is matched.engine
method to define the engine to use for the request.Map<String, dynamic>?
to this Map<String, dynamic>
.Features
app.addHook.onRequest
, app.addHook.preHandler
, app.addHook.onResponse
, app.addHook.onError
, and app.addHook.onNotFound
.Handler
to define a return for a route handler or a middleware.Fix
\x1B[32m
for green) instead of relying on the ansicolor
package.