Marcos Sevilla

Results 8 issues of Marcos Sevilla

Right now there's a [workaround](https://github.com/NoScopeDevs/bloc_samples/blob/398f3cecece28d4e4890b71e3318ea5233f9c7f4/melos.yaml#L58) for the `form_flow` example in the `formz_input` package. The test for the `PinFormInput` needs to be executed sequentially in order to run successfully on CI....

bug
help wanted
ci

README should have a list of the existing examples and their description. It makes it easy to identify which example a newcomer can take a look for specific functionality.

documentation
good first issue
chore

## Description Closes #389. ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)...

dart
dependencies

### Description We need to upgrade to the latest stable versions for both Dart and Flutter. ### Requirements - [ ] All CI/CD checks are passing. - [ ] There...

feature
p1

## Description Closes #43. ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)...

### Description we need to upgrade the project to the latest VGA release when it lands: https://pub.dev/packages/very_good_analysis/versions/10.1.0-rc.1 ### Requirements - [ ] All CI/CD checks are passing. - [ ]...

feature

### Description Currently the `flutter_package` workflow doesn't have any `report_on` parameter like `dart_package` does: ```yaml report_on: required: false type: string default: "lib" ``` This is useful since due to [Pub...

feature
p3