This pull request replaces existing images with compressed versions and refactors image references throughout the application. The changes enhance performance by reducing asset sizes and improving code maintainability through the use of a centralized image asset management system. Additionally, some dependencies have been updated to their latest versions.
Fixes #358
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Refactor (does not change functionality, e.g. code style improvements, linting)
[ ] Documentation update
How Has This Been Tested?
I've tested the updated code on a physical device using flutter v3.24.3
Please include screenshots below if applicable.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[x] I have checked my code and corrected any misspellings
Description
This pull request replaces existing images with compressed versions and refactors image references throughout the application. The changes enhance performance by reducing asset sizes and improving code maintainability through the use of a centralized image asset management system. Additionally, some dependencies have been updated to their latest versions.
Fixes #358
Type of change
How Has This Been Tested?
I've tested the updated code on a physical device using flutter
v3.24.3
Please include screenshots below if applicable.
Checklist: