Alejandro Santiago
Alejandro Santiago
## Description As a developer, I would like to have the option "--set-exit-if-changed" when running `pub upgrade --tighten`. ### Semantics _From https://github.com/dart-lang/pub/issues/4146#issuecomment-1963885730_: > I would expect `--set-exit-if-changed` to set the...
### Description As a developer, I would like to use [Pana's license detector algorithm](https://github.com/dart-lang/pana/tree/master/lib/src/license_detection) to detect licenses in text in an efficient and performant manner. One can detect a license...
**Description** As a developer interested in contributing I would like to have a `CONTRIBUTING.md` file that outlines: 1. How to run the tool in my local environment 2. How the...
**Description** As a maintainer I would like to have proper documentation explaining how to generate test fixtures. **Additional context** Test fixtures such as this [one](https://github.com/VeryGoodOpenSource/pub_updater/blob/main/test/fixtures/valid_package_info_response.dart) are unintuitively not a plain...
### What? It would be nice to include a link in the `README.md` file that points to a live example of the `expandable_bottom_sheet`. ### Why? This would allow developers to...
## Description Use `ExpandableBottomSheetController` instead of key to manage the state of the `ExpandableBottomSheet`.
## Description As a Flutter developer I'm used to using a [`GestureDetector` ](https://api.flutter.dev/flutter/widgets/GestureDetector-class.html) to listen to user gesture inputs. Where I pass callbacks and I don't have to deal with...
**Description** As a user (or potential user) of the package, I would like to know the upcoming or possible features and what the team is working on. Is there any...
**Describe the bug** The abbreviated month (LLL, MMM) has to be title cased for it to be parsed adequately. I'm not sure if this is intended, but I think it...
**Description** Update our templates to run and use Flutter 3.22 and Dart 3.4. **Requirements** - [ ] All Flutter templates should be able to run with Fluter 3.22 - [...