-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Dart Analyzer Warnings and Errors #36
Conversation
Rollback Files For Sweep
|
Sandbox Executions
Check lib/screens/accounts/password_change_page.dart with contents:
Check lib/screens/reports/edit_report_screen.dart with contents:
Check lib/screens/reports/edit_report_screen.dart with contents:
Check lib/services/auth_service.dart with contents:
Check pubspec.yaml with contents:
Check lib/screens/accounts/account_page.dart with contents:
Check lib/screens/accounts/login.dart with contents:
Check lib/screens/accounts/password_change_done_page.dart with contents:
Check lib/screens/accounts/password_change_page.dart with contents:
Check lib/screens/accounts/register.dart with contents:
Check lib/screens/accounts/social_connections_page.dart with contents:
Check lib/screens/accounts/verify_page.dart with contents:
Check lib/screens/chat/chat_screen.dart with contents:
Check lib/screens/reports/create_report_screen.dart with contents:
Check lib/screens/reports/edit_report_screen.dart with contents:
Check lib/screens/reports/report_list_screen.dart with contents: |
Your organization has reached the subscribed usage limit. You can upgrade your plan at https://www.codeautopilot.com/#pricing Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect. Current plan usage: 100.24% Have feedback or need help? |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 3/3) |
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR addresses the warnings and errors generated by the Dart analyzer during the GitHub Actions run. The changes include removing unused imports, fields, and local variables, adjusting the visibility of types and APIs, and fixing the path to an asset file.
Summary of Changes
lib/screens/accounts/password_change_page.dart
.lib/screens/reports/edit_report_screen.dart
.lib/screens/reports/edit_report_screen.dart
.lib/services/auth_service.dart
.pubspec.yaml
.lib/screens/accounts/account_page.dart
lib/screens/accounts/login.dart
lib/screens/accounts/password_change_done_page.dart
lib/screens/accounts/password_change_page.dart
lib/screens/accounts/register.dart
lib/screens/accounts/social_connections_page.dart
lib/screens/accounts/verify_page.dart
lib/screens/chat/chat_screen.dart
lib/screens/reports/create_report_screen.dart
lib/screens/reports/edit_report_screen.dart
lib/screens/reports/report_list_screen.dart