Alejandro Santiago

Results 124 issues of Alejandro Santiago

## Description The current coverage version is pinned to 1.2.0, see: https://github.com/VeryGoodOpenSource/very_good_workflows/blob/b7d3a7d287a7ed1f996861a73d69eafdfd7ed60e/.github/workflows/dart_package.yml#L102 Currently, the latest coverage version is 1.6.3, see [coverage's pub page](https://pub.dev/packages/coverage). It would be ideal if the workflow...

chore
p1

**Description** As a user of the Dart Package Very Good Workflow I would like to have a documented method on how to provide environment variables to be consumed by `Platform.environment`....

documentation
feature
p2

**Description** There is a Dart hidden argument (`--no-example`) to avoid getting packages on an `example/` when running `dart pub get`. I would like to be able to toggle this through...

feature
good first issue

**Is your feature request related to a problem? Please describe.** Whenever a model extends a class from an external package it is not possible to add `@ignore` on its members....

enhancement

**Is your feature request related to a problem? Please describe.** As a potential new contributor I would like to have a document that outlines the project contributing guidelines and how...

enhancement

## Description The package is being reported as having an "unknown" license by pub.dev, see image. I believe it is missing the copyright notice. ![CleanShot 2023-09-27 at 15 31 42](https://github.com/pinkfish/flutter_native_timezone/assets/44524995/d64af38d-585b-4079-a678-d26d98a26598)

**Description** The `mason make` command config file overrides those values given via argument. This makes it difficult to operate within CI, since it is cumbersome to define defaults (read below...

bug
customer:🦄

**Description** Sometimes, it is useful to resources between the `pre_gen` and `post_gen` hook. Say for example, you perform an expensive computation in the `pre_gen` hook to derive some variables to...

feedback wanted
enhancement candidate

## Description The `FormatCommand` should offer a `--code` argument, as in `FixCommand` to apply fixes to specific lint rules instead of using `--fix-` (currently documented as used for non-whitespace changes...

The license fails to be detected by `pub.dev` and it reports as `unknwon`. The license file seems quite specific and I wonder if the project could default to an SPDX...