Alejandro Santiago
Alejandro Santiago
**Description** As a maintainer I would like to know the dart version users are currently using when using very good cli. In order to know when would it be a...
**Description** As a developer I would like to have a minimal template (with a minimal feature set) that contains the bare bones to run a Flutter application (even smaller than...
## Description As a maintainer I would like to have a script that when executed once sets all files up (as documented, see https://github.com/VeryGoodOpenSource/very_good_analysis/pull/92) to perform a new release. This...
**Description** I would like that the Dart Frog VS Code extension shows an error (highlight files as error) whenever a static file has the same name as a file in...
## Description Currently the VS Code workflow runs on Mac, see: https://github.com/VeryGoodOpenSource/dart_frog/blob/f39709de266c7f9cf2011bb272f73e96362520a8/.github/workflows/dart_frog_vscode.yaml#L25 As a maintainer I would like the CI to also run on Windows in order to catch issues...
## Description Sometimes, the developer's Dart Frog code might not be valid. This causes the server to fail serving such snapshot of the code. In such cases, the developer requires...
**Description** Sometimes, when running the VS Code's extension tests the execution might never terminate. This can be seen in [this action run](https://github.com/VeryGoodOpenSource/dart_frog/actions/runs/6172407997/job/16752608587?pr=1018), in other occasions the [testing suite coverage report...
**Description** To have an additional Command and Code Lens provider that allows quickly opening a route in the browser. **Requirements** - [ ] Remove automatically opening a server in the...
**Description** Adding a "Dart Frog" view container that shows the project structure with routes and middleware. Something similar to what the Flutter extension does, which shows the Widget tree when...
## Description The coverage tooling used in the VS Code extension is [failing to report coverage on a line with a single closing }](https://github.com/VeryGoodOpenSource/dart_frog/actions/runs/5966065487/job/16184917248). ## Steps To Reproduce 1. Clone...