CCExtractor / Deluge-mobile-remote-client

Deluge Mobile Client developed during GSOC 2021 @CCEXTRACTOR || Note "Please do flutter clean before making any pull request"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors while running flutter analyze

ItsAdityaKSingh opened this issue · 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.

@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?

solve it in one pr