Levent Kantaroğlu

Results 4 comments of Levent Kantaroğlu

Did you started debugging after "pub get"?

I suggest the 'avoid-banned-phase-usage' name for this rule. use_design_system_item is a limiting name. I think any alternative is more preferable

I suggest to do sth with use_design_system_item of https://pub.dev/packages/leancode_lint for a quick solution. Here is a sample: ``` custom_lint: rules: - use_design_system_item: Gap: - instead_of: SizedBox from_package: flutter ```