-
### Description
https://pub.dev/packages/dart_frog
Dart Frog is a server-side framework, similar to NodeJS and friends.
* Consider adding a header util instead of parsing headers manually, [iss…
-
**Description**
I've been experiencing _very_ poor performance in VSCode for the last week or so. Whenever I opened the application for work, I'd get a popup message saying something like
> Thi…
-
It seems Dart is having some well-prepared frameworks.
Will be interesting to see their comparison
https://spry.fun/
https://serverpod.dev/
https://dartfrog.vgv.dev/
https://www.theconduit.dev/…
-
**Description**
As a developer, I want to be able to generate Open API (or similar) documentation for my Dart Frog application so that other developers are able to seamlessly integrate with the API…
-
I'm on windows (.net legacy projects, sigh) and have a shared module between my server and client using the path option. The build tool generates a ./pubspec_overrides.yaml using '\' in the path.
…
-
**Description**
I have a single page application written in Vue which gets compiled into public/
I think it is pragmatic to serve `index.html` in public by default for `/` if there is no `/` con…
-
### Description
Currently, all of the docs for deploying Dart Frog are for manual deployment to their systems. However, which my [PR adding docs for Railway deployment](https://github.com/VeryGoodOpe…
-
**Description**
If there is a way to configure a `.vscode/launch.json` to do the equivalent of **Dart Frog: Start and Debug Development Server** (from the command palette), please provide documenta…
-
**Description**
Right now if you call `dart_frog build` with code that doesn't compile, it will still build the project.
**Requirements**
I am requesting that the default behavior be:
- [ ] C…
-
### Description
I am currently facing an issue that google cloud run has a response size limit of 32Mib
Wich is not enough for our PDF reports.
The solution would be to switch over to http2:
![i…