-
### Description
Just wanted to say thank you so much for this package. I love it.
Okay so I was curious if it would be possible to allow the developer to add a global route prefix and possibly s…
-
**Description**
For some reason I can't figure out, for the past three days, no matter how I try to do it, as I am developing my dart_cli template-base CLI project, whenever I change anything in a fi…
-
**Description**
Currently dynamic directory routes get mounted first which leads to other routes in the same directory never getting matched.
For example, when you have routes like `routes/api/[…
-
I wonder why there is no native dart package for using prisma orm in dart only environment instead of relying on node js to parse and generate the code , there is no lack of code generation capabiliti…
-
**Description**
As a developer, I want to be able to have either integrated 1st party support or a recommended 3rd party logger which seamlessly integrates with dart_frog and provides the functiona…
-
Hey, thank for the incredible series on Dart Frog. Really awesome!
Could you also outline or add another part describing in detail the deployment process. I'm actually having trouble for the backen…
-
### Description
Dart frog cli not working after install
Using FVM
### Steps To Reproduce
1) `dart pub global activate dart_frog_cli`
2) `dart_frog create dfrog`
Error:
```bash
~%…
-
**Intro**
I know you do not accept feature request, but this is about adding a class that has already been written (not by me) that I believe would add a nice touch to the project.
**Description…
-
**Description**
Clearly describe what you are looking to add. The more context the better.
**Requirements**
- [ ] Checklist of requirements to be fulfilled
**Additional Context**
Add an…
-
AWS Lambda is a popular compute service that enables developers to run their code without having to manage servers. Currently, AWS Lambda supports multiple programming languages, including JavaScript,…