atsign-foundation/at_demos

`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

  1. First I cd at_data_share
  2. Then I dart pub get
  3. And then dart analyze

Expected behavior

No warnings