Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 34 forks source link

Controllers #154

Open mikeamir opened 2 years ago

mikeamir commented 2 years ago

How to implement controllers the same way mentioned in the "jaguar_reflect" package with the decorators (@GenController, @Post, @Get, etc...)?

The "jaguar_reflect" package no longer can be installed because its minimum Dart SDK version is too low + It doesn't support null safety.

Also, where can I find examples for uploading files and serving certain files on demand without having to mark them as "static" or make them public.