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.
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.