Open parthshindee opened 3 months ago
Time Tracking: MA-95
This is done when:
'caption' is deprecated and shouldn't be used
Name non-constant identifiers using lowerCamelCase
Unnecessary import
Value isn't used
The '!' will have no effect because the receiver can't be null
'backgroundColor' is deprecated and shouldn't be used
Test Plan
As part of Dart 3 migration, I ended up working around it in a different way and discovered new issues. Let's discuss after it goes through...
Time Tracking: MA-95
This is done when:
'caption' is deprecated and shouldn't be used
Name non-constant identifiers using lowerCamelCase
Unnecessary import
Value isn't used
The '!' will have no effect because the receiver can't be null
'backgroundColor' is deprecated and shouldn't be used
Test Plan