Skip to content
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

Fixed Deprecated Flutter Warnings (Part 2) for #2046 #2054

Closed
wants to merge 4 commits into from

Conversation

Ishxn20
Copy link

@Ishxn20 Ishxn20 commented Aug 2, 2024

Summary

Resolves flutter deprecations. Specifically caption, backgroundColor, lowerCamelCase, and unnecessary imports and values.

Fixes Issue #2046

Changelog

[General] [Fix] - Resolve 'caption' is deprecated and shouldn't be used.
[General] [Fix] - Resolve Name non-constant identifiers using lowerCamelCase.
[General] [Fix] - Resolve Unnecessary import.
[General] [Fix] - Resolve Value isn't used.
[General] [Fix] - Resolve The '!' will have no effect because the receiver can't be null.
[General] [Fix] - Resolve 'backgroundColor' is deprecated and shouldn't be used.

Test Plan

General Testing of the app should be done. Additional attention should be paid to the files that are changed (check commit for these files). No functionality or UI should be changed.

@Ishxn20 Ishxn20 requested a review from c3bryant August 2, 2024 23:13
@Ishxn20 Ishxn20 self-assigned this Aug 2, 2024
@parthshindee parthshindee linked an issue Aug 2, 2024 that may be closed by this pull request
8 tasks
@parthshindee parthshindee changed the title Deprecated Fixed Deprecated Flutter Warnings (Part 2) for #2046 Aug 2, 2024
@parthshindee parthshindee self-assigned this Aug 2, 2024
@Ishxn20 Ishxn20 closed this by deleting the head repository Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

Flutter Deprecations (Part 2)
3 participants