`dart analyze` warning on at_data_share
Closed this issue · 0 comments
cpswan commented
Describe the bug
Analyzing at_data_share... 2.6s
warning • lib/src/util/command_line_parser.dart:11:21 • The operand can't be null, so the condition is always
'true'. Remove the condition. • unnecessary_null_comparison
Steps to reproduce
- First I
cd at_data_share
- Then I
dart pub get
- And then
dart analyze
Expected behavior
No warnings