-
**Description**
The current order of dependency injection, where dependencies are injected from bottom to top, feels unnatural and counterintuitive. If there is another pattern to prevent this I th…
-
It would be great if real-time notification of config changes (KV data changes) were possible on the client-side.
I _believe_ this concept is supported in the "raw" Consult API via [watches](https://…
ghost updated
3 years ago
-
Titan exposes a subset of ElasticSearch features. ElasticSearch allows customized tokenizers and filters. Proper use of es to index Titan propertykeys would allow Titan to take advantage of these po…
-
**Description**
Support fish terminal
**Requirements**
- [ ] Support fish for where possible
**Additional Context**
Extracted from #1 the included fish at first
-
### Description
Feature Request: Deployment Support for Dart Frog on Vercel
Issue: Dart Frog provides a suite of options for direct deployment, but it currently does not support Vercel. Additional…
-
Shh... Don't say it out loud!
-
Add `development`, `production` and `staging` **flavors** to the app when using create app command.
-
**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…
-
Cannot upload the audio to Firebase.
**file** below is the actual path of the recorded sound saved in state from `onStartRecord`
Code sample:
```
const onStopRecord = async () => {
co…
ghost updated
2 years ago
-
In my latest project I used VGV CLI to scaffold the app structure. The MainPage's test looks like this:
```
import 'package:flutter_test/flutter_test.dart';
import 'package:inspector_gadget/app/a…