feat: Refactor error handling and improve UI components with animations #65
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.
This pull request introduces several enhancements and cleanups across the codebase, focusing on modernizing the UI, improving theme management, refining authentication logic, and cleaning up generated code formatting. Below are the most important changes grouped by theme:
UI Modernization and Theme Enhancements
MaterialApp
inlib/app.dart
to use a custom theme system (AppTheme.lightTheme
andAppTheme.darkTheme
), added system UI overlay styling, and implemented smooth page transitions for a more modern user experience. ([lib/app.dartR3-R73](https://github.com/pythonhubdev/firebase_authentication_flutter_DDD/pull/65/files#diff-1fb04a3749d56cc322a1bc7e7e6b8988600930c339b0d8df7119837e1b7ae20dR3-R73)
)Authentication Logic Improvements
lib/application/authentication/auth_events.dart
by removing unnecessary line breaks for better readability. ([lib/application/authentication/auth_events.dartL7-R13](https://github.com/pythonhubdev/firebase_authentication_flutter_DDD/pull/65/files#diff-23350c018492c6a89f94573781c042dd9da460d56fa9dea6f5e33f175e848650L7-R13)
)Task Management Updates
.taskmaster/tasks/tasks.json
. ([.taskmaster/tasks/tasks.jsonL16-R16](https://github.com/pythonhubdev/firebase_authentication_flutter_DDD/pull/65/files#diff-2da3a8218971f1b6fb271348b31aefb7d3a6e4567dacdcc0c43521555f14548cL16-R16)
).taskmaster/tasks/tasks.json
. ([.taskmaster/tasks/tasks.jsonL95-R95](https://github.com/pythonhubdev/firebase_authentication_flutter_DDD/pull/65/files#diff-2da3a8218971f1b6fb271348b31aefb7d3a6e4567dacdcc0c43521555f14548cL95-R95)
)These changes collectively enhance the codebase's maintainability, improve the user experience, and ensure a cleaner, more consistent structure.