Deluge-mobile-remote-client
Deluge-mobile-remote-client copied to clipboard
Errors while running flutter analyze
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

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