Alejandro Santiago
Alejandro Santiago
### Platform Flutter Mobile ### Obfuscation Enabled ### Debug Info Enabled ### Doctor ```txt [✓] Flutter (Channel stable, 3.22.1, on macOS 14.5 23F79 darwin-arm64, locale en-GB) • Flutter version 3.22.1...
### Problem Statement **Description** The current static only approach doesn’t gracefully allow other packages to rely (inject) on a `Sentry` instance that has already been initialized. Such scenario can be...
The current workflow is not using the Very Good Dart Package workflow: https://github.com/VeryGoodOpenSource/formz/blob/cabcbe912d83d0ca7decb0b20362e269c28d83d8/.github/workflows/main.yaml#L27 [Very Good Workflows 0.17.0](https://github.com/VeryGoodOpenSource/very_good_workflows/releases/tag/v1.17.0) now supports `--no-example` and hence we can now rely on the [Dart Package](https://workflows.vgv.dev/docs/workflows/dart_package)...
**Description** Given the new [Automated Publishing documentation](https://dart.dev/tools/pub/automated-publishing), we should evaluate it and see how they impact some of our publish workflows.
**Description** This item is to track the removal/update of the `accessibility_tools` dependency. It seems that from https://github.com/widgetbook/widgetbook/pull/1193 the `package:accessibility_tools` dependency will no longer be used by `package:widgetbook`. Currently, if you...
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command `flutterfire configure` ### Description Currently, if you have more than a...
## Description As a developer, I would like the `dart pub get` to fail when retrieving vulnerable versions unless I explicitly provide a flag to override it. ### Context When...
**Description** When creating a Windows application, the copyright notice is 2022 instead of the current year. **Steps To Reproduce** 1. `mason get` 2. `mason make very_good_core` 3. See `my_app/windows/runner/Runner.rc`: ```txt...
**Description** The [`publish_very_good_core` workflow](https://github.com/VeryGoodOpenSource/very_good_templates/blob/main/.github/workflows/publish_very_good_core.yaml) fails to complete successfully with: ```txt You must be logged in to publish. Run 'mason login' to log in and try again. ``` See the[ full...
**Description** Running: ```sh very_good packages get -r --ignore example ``` Gets dependencies on the example directory. **Steps To Reproduce** 1. Activate Very Good CLI: ```sh dart pub global activate very_good_cli...