Lucas SAUDON
Lucas SAUDON
* **Dart code metrics version:** 4.17.0 * **Dart sdk version:** 2.17.6 **Please show your full configuration:** Configuration ```yaml include: package:very_good_analysis/analysis_options.3.0.1.yaml analyzer: plugins: - dart_code_metrics linter: rules: public_member_api_docs: false sort_constructors_first: false...
### What is the purpose of this pull request? (put an "X" next to an item) - [ ] Documentation update - [x] Bug fix - [ ] New rule...
Replace flutter_lints for very_good_analyze because more rules == less bugs. [Flutter Linting Comparison](https://rydmike.com/blog_flutter_linting.html)
## Description https://github.com/VeryGoodOpenSource/very_good_analysis/issues/50 feat: Remove deprecated "Invariant booleans" https://github.com/VeryGoodOpenSource/very_good_analysis/issues/49 Add recommended lints that are missing from the package ## Type of Change - [x] ✨ New feature (non-breaking change which...
### What - Codecov does not work well. It compares with an old version of the project.
If the margin is used, set the `HitTestBehavior` to `deferToChild`. *List which issues are fixed by this PR. You must list at least one issue.* #78537 #114810 *If you had...
## Connection with issue(s) Resolve issue #66 ## Testing and Review Notes I also renamed `runner.dart` to `runner_test.dart` to be automatically detected by `dart test`. ## To Do - [x]...
RandomGenerator is public in all generator. Is this what is intended? So we can do as below, which seems illogical to me. `faker.color.random.decimal();` ```dart import 'data/colors/colors.dart'; import 'random_generator.dart'; class Color...
### What - Refactor getSupportedLanguagesNameInEnglish for resolve unnecessary_set_literal - Resolve use_build_context_synchronously
**Is your feature request related to a problem? Please describe.** I'd like to see a prompt for `Extract local variable` as well as for `Extract method`. **Describe the solution you'd...