You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about the task you want to perform and are unable to do so because the feature is not available
Enable GitHub Actions for this project to automate static Flutter Code Analysis
Describe the solution/feature you'd like us to add
Building appropriate pipeline that'd test relevant commits for code analysis issue.
Any other feedback you would like to provide regarding the site
A comprehensive discussion must be carried out with the community to fix existing analysis issue, whose fix would be addressed in upcoming PRs. Here are few highlighted analysis issue, for which maintainers may suggest appropriate actions.
See Detailed Table
Serial No.
Status
Issue
Location
Suggested Action
1.
Invalid option specified for 'enable-experiment': Flag "records" is no longer required.
analysis_options.yaml
Remove
2.
The parameter type of '==' operators should be non-nullable. Try using a non-nullable type.
lib\models\form_data_model.freezed.dart
Add Lint Ignore
3.
The parameter type of '==' operators should be non-nullable. Try using a non-nullable type.
lib\models\name_value_model.freezed.dart
4.
The value of the local variable 'length' isn't used. Try removing the variable or using it.
Tell us about the task you want to perform and are unable to do so because the feature is not available
Enable GitHub Actions for this project to automate static Flutter Code Analysis
Describe the solution/feature you'd like us to add
Building appropriate pipeline that'd test relevant commits for code analysis issue.
Any other feedback you would like to provide regarding the site
A comprehensive discussion must be carried out with the community to fix existing analysis issue, whose fix would be addressed in upcoming PRs. Here are few highlighted analysis issue, for which maintainers may suggest appropriate actions.
See Detailed Table
Once we're at par with above mentioned issues, I'll fix them within the main Actions PR itself.
Awaiting everyone's valuable feedback.
The text was updated successfully, but these errors were encountered: