Giuseppe Cianci

Results 9 issues of Giuseppe Cianci

Fixes https://github.com/flutter/flutter/issues/108976 Markdown lists are now sized horizontally according to the existing `fitContent` parameter. Before, only this behavior could be achieved when wrapping a `MarkdownBody` with a `ColoredBox` inside a...

p: flutter_markdown

**Describe the issue** The lint `parameter_assignments` does not work with anonymous functions. **To Reproduce** ```dart void main(){ // `parameter_assignments` works fine with named functions void foo(int i) { i =...

false negative

My custom linter works fine in the IDE and when run on the terminal with `flutter pub run custom_lint`. But when I try to run `flutter analyze` in a CI...

Running the custom lint analysis slows down disproportionately for large projects. This is a huge impediment for using `custom_lint` on large projects. I have made some measurements on a very...

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command I'd like to run a golden test with multiple themes, not...

enhancement

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command I would love if CI tests would check texts and icons....

When using a `ReactiveFormArray` with `asyncValidators` in its `FormArray`, the builder doesn't update when the `FormArray.status` changes from `pending` to `valid` due to the `asyncValidators`. Instead, it is stuck in...

Hey :) I was wondering whether you have plans to release a version of your package supporting the new null safety feature of Flutter/Dart. Thanks in advance for your reply!

First of all, thanks for creating this great extension :) I just have a quick question regarding diff coverage. Is it possible to check diff coverage (e.g. that newly added...