Summary:
Updated project dependencies to their latest versions and refactored code to replace deprecated methods. Removed obsolete components and ensured all functionality is preserved with passing tests.
Changes:
Upgraded package versions in pubspec.yaml
Replaced deprecated methods with current APIs
Cleaned up unused code and widgets
Testing:
Verified that all tests pass and functionality remains intact.
Description
Proposed Changes
Fixes #(issue_no)
Replace issue_no with the issue number which is fixed in this PR
Screenshots
Checklist
[ ] Tests have been added or updated to cover the changes
[ ] Documentation has been updated to reflect the changes
[ ] Code follows the established coding style guidelines
Summary: Updated project dependencies to their latest versions and refactored code to replace deprecated methods. Removed obsolete components and ensured all functionality is preserved with passing tests.
Changes:
Upgraded package versions in pubspec.yaml Replaced deprecated methods with current APIs Cleaned up unused code and widgets Testing: Verified that all tests pass and functionality remains intact.
Description
Proposed Changes
Fixes #(issue_no)
Replace
issue_no
with the issue number which is fixed in this PRScreenshots
Checklist