NathanDraco22

Results 3 issues of NathanDraco22

Nice work Guys, you're awasome, !!!

Thanks for this amazing Framework, this my First PR - Updated to Dart 2.17.1 - Removed EnumToString and Pedantic dependencies - Now Using Lints dependencies. - Lints Warning Solves.

Thanks for this amazing idea! Inspired by this Issue : https://github.com/rknell/alfred/issues/88 With this Mixin we can create class-based middlewares ```dart class _ExampleMiddleware with CallableRequestMixin{ @override FutureOr call(HttpRequest req, HttpResponse res)...