code: remove unused imports and warnings#558
Open
Sanat-Jha wants to merge 7 commits intoCCExtractor:mainfrom
Open
code: remove unused imports and warnings#558Sanat-Jha wants to merge 7 commits intoCCExtractor:mainfrom
Sanat-Jha wants to merge 7 commits intoCCExtractor:mainfrom
Conversation
Open
Collaborator
There was a problem hiding this comment.
what are all these errors?
error • The named parameter 'groupValue' is required, but there's no corresponding argument • lib/app/modules/home/views/project_column_home_page.dart:162:17 • missing_required_argument
error • The named parameter 'onChanged' is required, but there's no corresponding argument • lib/app/modules/home/views/project_column_home_page.dart:162:17 • missing_required_argument
error • The method 'RadioGroup' isn't defined for the type 'ProjectTile' • lib/app/modules/home/views/project_column_home_page.dart:169:12 • undefined_method
error • The method 'RadioGroup' isn't defined for the type 'ProjectTileTaskc' • lib/app/modules/home/views/project_column_taskc.dart:118:12 • undefined_method
error • The named parameter 'groupValue' is required, but there's no corresponding argument • lib/app/modules/home/views/project_column_taskc.dart:126:13 • missing_required_argument
error • The named parameter 'onChanged' is required, but there's no corresponding argument • lib/app/modules/home/views/project_column_taskc.dart:126:13 • missing_required_argument
error • The method 'RadioGroup' isn't defined for the type 'ProfileView' • lib/app/modules/profile/views/profile_view.dart:256:32 • undefined_method
error • The named parameter 'groupValue' is required, but there's no corresponding argument • lib/app/modules/profile/views/profile_view.dart:266:31 • missing_required_argument
error • The named parameter 'onChanged' is required, but there's no corresponding argument • lib/app/modules/profile/views/profile_view.dart:266:31 • missing_required_argument
error • The named parameter 'groupValue' is required, but there's no corresponding argument • lib/app/modules/profile/views/profile_view.dart:270:31 • missing_required_argument
error • The named parameter 'onChanged' is required, but there's no corresponding argument • lib/app/modules/profile/views/profile_view.dart:270:31 • missing_required_argument
error • The named parameter 'groupValue' is required, but there's no corresponding argument • lib/app/modules/profile/views/profile_view.dart:274:31 • missing_required_argument
error • The named parameter 'onChanged' is required, but there's no corresponding argument • lib/app/modules/profile/views/profile_view.dart:274:31 • missing_required_argument
| flutter_rust_bridge: ^2.11.1 | ||
| ffi: any # Required for FFI | ||
| app_links: ^6.4.1 | ||
| path: ^1.9.1 |
Contributor
Author
I didn't encounter these in my local system; maybe there were some version conflicts. I have removed the commits causing these errors. |
Contributor
Author
|
@SGI-CAPP-AT2 Anything else to fix in this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR includes a set of small but important code cleanup + maintenance improvements to improve readability, remove deprecated usages, and reduce noise during debugging.
Changes included
print()statements withdebugPrint()opacity → alpha)onChangedandgroupValue)redandalpha)Fixes #556