Alejandro Santiago
Alejandro Santiago
## Description Debugging on a Windows machine doesn't hit the breakpoints. ## Steps To Reproduce 1. Install dependencies (from: extensions/vscode): ```sh npm i ``` 2. Start the development host with...
**Description** Currently there is only one configuration parameter, see [this](https://github.com/VeryGoodOpenSource/dart_frog/blob/dc62b2be027099aa14b9041191e7cbb3f29c602c/extensions/vscode/package.json#L140) that is being used [here](https://github.com/VeryGoodOpenSource/dart_frog/blob/dc62b2be027099aa14b9041191e7cbb3f29c602c/extensions/vscode/src/code-lens/on-request-code-lens.ts#L44). As future configurations are introduces, it would be interesting to explore the advantages as having...
**Description** As a user of Dart Frog, I would like to easily create a [custom entry point](https://dartfrog.vgv.dev/docs/advanced/custom_entrypoint). Maybe by doing something like: ```sh dart_frog new entrypoint ``` In addition, I...
**Description** The logic used to find the route of a Dart Project is too loose. Instead of checking if a _routes/_ subdirectory exists we should also check that a _pubspec.yaml_...
**Description** The `dart_frog new` command should consider the working directory for constructing the route. Currently the `dart_frog new` command only works from the route of the project. I would like...
**Description** As a Dart Frog user I would like to be able to know when there are issues in my Dart Frog project (without the need of running a dev...
## Description We should include a `CONTRIBUTING.md` that outlines the steps on how to contribute to the project. Most of our OSS repositories (such as [Very Good CLI](https://github.com/VeryGoodOpenSource/very_good_cli/blob/main/CONTRIBUTING.md)) have this...
**Is your feature request related to a problem? Please describe.** Inspired by #95, users should be able to run the example to quickly evaluate the package. **Describe the solution you'd...
**Describe what scenario you think is uncovered by the existing examples/articles** As a potential contributor, I would like to have a `CONTRIBUTING.md` file for **each** package within this mono repo....
## Description As a developer I would like the output of custom lint to be beautiful and informative just like `dart analyze`. I would like: 1. Running `flutter pub run...