Spectrum UI is a user-friendly Flutter UI library that offers a variety of beautifully designed widgets and components that are easy to use and can be integrated into your Flutter projects seamlessly.
Keeps the existing include directive for the package:flutter_lints/flutter.yaml file to activate recommended Flutter-specific lints.
Under the linter section, you can customize the lint rules for your project. It disables the avoid_print rule and enables the prefer_single_quotes rule as an example. You can add or modify rules according to your project's coding standards.
You can also add any custom lint rules specific to your project by following the same format (custom_rule_name: true).
To apply this updated configuration, save it to your project's analysis_options.yaml file or the equivalent configuration file you are using. The Dart analyzer will use this configuration when running flutter analyze or any other analysis tool.
Pull Request Template
Description:
Briefly describe the purpose and context of this pull request.
Changes Made:
Provide a clear and concise overview of the specific changes made in this PR.
Related Issue:
If applicable, reference the related issue number(s) here.
Screenshots/GIFs:
If applicable, include any relevant screenshots or GIFs to visually demonstrate the changes.
Testing Done:
Outline the testing steps you have taken to ensure the changes function as intended.
Additional Notes:
Add any additional information or notes that are relevant to this PR.
Checklist:
[ ] The code follows the project's coding style guidelines.
[ ] Unit tests have been added or updated to cover the changes.
[ ] Documentation, if applicable, has been updated to reflect the changes.
[ ] All new and existing tests pass successfully.
Please review and merge this PR at your earliest convenience.
This updated configuration:
Keeps the existing include directive for the package:flutter_lints/flutter.yaml file to activate recommended Flutter-specific lints.
Under the linter section, you can customize the lint rules for your project. It disables the avoid_print rule and enables the prefer_single_quotes rule as an example. You can add or modify rules according to your project's coding standards.
You can also add any custom lint rules specific to your project by following the same format (custom_rule_name: true).
To apply this updated configuration, save it to your project's analysis_options.yaml file or the equivalent configuration file you are using. The Dart analyzer will use this configuration when running flutter analyze or any other analysis tool.
Pull Request Template
Description:
Briefly describe the purpose and context of this pull request.
Changes Made:
Provide a clear and concise overview of the specific changes made in this PR.
Related Issue:
If applicable, reference the related issue number(s) here.
Screenshots/GIFs:
If applicable, include any relevant screenshots or GIFs to visually demonstrate the changes.
Testing Done:
Outline the testing steps you have taken to ensure the changes function as intended.
Additional Notes:
Add any additional information or notes that are relevant to this PR.
Checklist:
Please review and merge this PR at your earliest convenience.
Thank you!