Feature and its Use Cases
This feature introduces a Friend Details page where users can view a friend’s information and all related transactions by tapping their profile picture. The page will also include Remove and Block options through a menu and support Light and Dark modes.
Since the project currently does not follow a specific architecture, I will organize the new files in a clean and modular way so they can easily fit into architectures like MVC, Clean Architecture, or feature-based structures in the future.
As this is mainly a UI task, I will use reusable stateless widgets for better readability and easier refactoring. For Light/Dark mode, I plan to use Bloc, though this can be discussed further if needed.
Additional Context
Code of Conduct
Feature and its Use Cases
This feature introduces a Friend Details page where users can view a friend’s information and all related transactions by tapping their profile picture. The page will also include Remove and Block options through a menu and support Light and Dark modes.
Since the project currently does not follow a specific architecture, I will organize the new files in a clean and modular way so they can easily fit into architectures like MVC, Clean Architecture, or feature-based structures in the future.
As this is mainly a UI task, I will use reusable stateless widgets for better readability and easier refactoring. For Light/Dark mode, I plan to use Bloc, though this can be discussed further if needed.
Additional Context
Code of Conduct