Deluge-mobile-remote-client icon indicating copy to clipboard operation
Deluge-mobile-remote-client copied to clipboard

Errors while running flutter analyze

Open ItsAdityaKSingh opened this issue 3 years ago • 2 comments

Describe the bug There are many errors while running flutter analyze command. There are issues of linting, naming etc.

To Reproduce Run flutter analyze . in terminal

Expected behavior The code should be error-free

Demonstration Screenshot 2022-01-22 at 12 27 36 AM

Environment

  • Flutter version: 2.8.1

Additional context The errors will need to be sorted for proper code according to the rules of linting.

ItsAdityaKSingh avatar Jan 21 '22 19:01 ItsAdityaKSingh

@Erarshad This issue requires solving many different issues like lowerCamelCasing, non-constant identifiers, etc. So, should I create different tasks and solve them partwise for this issue?

ItsAdityaKSingh avatar Feb 02 '22 08:02 ItsAdityaKSingh

solve it in one pr

Erarshad avatar Feb 03 '22 15:02 Erarshad