Added a new linter rules analysis_options.yaml file to define and enforce coding standards and best practices for the project. This file includes rules that will help maintain code quality and consistency across the codebase.
Formatted all Dart files in the project to comply with the newly established analysis options. This includes adjustments to spacing, indentation, line lengths, and other style-related elements to improve readability and maintainability.
Added a new linter rules analysis_options.yaml file to define and enforce coding standards and best practices for the project. This file includes rules that will help maintain code quality and consistency across the codebase.
Formatted all Dart files in the project to comply with the newly established analysis options. This includes adjustments to spacing, indentation, line lengths, and other style-related elements to improve readability and maintainability.