dart_frog icon indicating copy to clipboard operation
dart_frog copied to clipboard

A fast, minimalistic backend framework for Dart 🎯

Results 192 dart_frog issues
Sort by recently updated
recently updated
newest added

**Description** At the moment Dart Frog provides an own main() method. This causes problems since as a developer I can't run my own initialization on startup. Examples are: - Database...

enhancement

**Description** Per the [roadmap](https://dartfrog.vgv.dev/docs/roadmap): `CLI new command to generate new routes and middleware`. As someone who as created a fairly large API using `dart_frog`, I can attest this would be...

enhancement

**Description** [Protocol Buffers](https://developers.google.com/protocol-buffers/) or "[protobuf](https://github.com/google/protobuf.dart)" is a tool (developed by Google) to provide mechanisms to serialize structured data in a very efficient way making the data transferred very small and...

documentation
enhancement

## Status **READY** ## Description - ci: use very good pana workflow ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ]...

ci

**Description** How can I configure dart frog to allow accessing the server via HTTPS? I know that I need to setup the certificate on my server accordingly. However, it seems...

question
waiting for response

**Description** I just created a project with cli and then changed nothing. when i wanted to build the project the cli would give this exception ``` ✓ Bundling sources (0.1s)...

bug

**Description** Middlewares inside dynamic routes are not recognized. **Steps To Reproduce** 1. Create a frog server with the following route structure ``` routes/ - _middleware.dart - [id]/ - index.dart -...

bug

**Description** In order to make the tool more accessible for non-Dart developers, it'd be interesting to have the ability to install `dart_frog_cli` from different package managers, like [Homebrew](https://brew.sh) or [Chocolatey](https://chocolatey.org)....

enhancement

**Description** As a developer, I want to have easy access to the [`HttpConnectionInfo`](https://api.dart.dev/stable/2.17.6/dart-io/HttpConnectionInfo-class.html) so that I can access the remote address and/or port. This can be surfaced via the `RequestContext`:...

enhancement

As for the title, it would be nice to have some benchmark as reference possibly via [FrameworkBenchmarks](https://github.com/TechEmpower/FrameworkBenchmarks) [[site](https://www.techempower.com/benchmarks/)]

documentation
feature
p2