Bug #142
openCode optimization
0%
Description
Please clear unwanted or unused variables (check with spelling of the variable) and do code optimization
For reference check Dart Analysis window in the project. (Below provide few examples )
1. This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final
2. This function has a nullable return type of 'String?', but ends without returning a value.
3. 'center' is deprecated and shouldn't be used. Prefer `initialCenter` instead. This option has been renamed to clarify its meaning.
4. An uninitialized variable should have an explicit type annotation.
5. Constructors in '@immutable' classes should be declared as 'const'.
Updated by Jyoshna Behara 12 months ago
- Due date deleted (
29/04/2024) - Status changed from Closed to New
- Estimated time set to 3:00 h
Still spelling errors and improper method and variables name are exist in Project.
Maintain common classes for hard corded string data, common text format or theme.
Make separate classes for UI and service call.
Remove - Unnecessary commented codes.
Updated by Jyoshna Behara 12 months ago
- Due date set to 02/05/2024
Jyoshna Rani wrote in #note-2:
Still spelling errors and improper method and variables name are exist in Project.
Maintain common classes for hard corded string data, common text format or theme.
Make separate classes for UI and service call.
Remove - Unnecessary commented codes.