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

[Bug]: Create a Dummy Donate Page with Blood Group Selection (home_screen.dart) #8

Open
PadmnabhTewari opened this issue Nov 17, 2024 · 0 comments
Labels

Comments

@PadmnabhTewari
Copy link
Collaborator

PadmnabhTewari commented Nov 17, 2024

The "Donate" button on the home page currently lacks navigational logic and functionality. Implement a dummy DonatePage that includes a basic blood group selection feature to simulate the donation process. This page will act as a placeholder until further development is added.

Expected behavior

Adding this feature will give users a more interactive experience and set the foundation for future enhancements. It makes it clear that the donation functionality is planned and allows users to select their blood group for a more realistic interface.

Create a new DonatePage widget as a placeholder.
Add a DropdownButton to the DonatePage for selecting blood groups (e.g., A+, A-, B+, B-, AB+, AB-, O+, O-).
Update the onPressed callback of the "Donate" button on the home page to navigate to this new DonatePage.
Include basic UI elements such as a title and a submit button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant