Skip to content

Conversation

@abhinav7x94
Copy link
Contributor

@abhinav7x94 abhinav7x94 commented Mar 19, 2025

Please review @mdmohsin7 ,
In collaboration with @MukundIMSharma

Fixes #57

📌 Summary

This PR improves the Profile Screen UI by ensuring the profile section. Additionally, scrolling support has been added to prevent UI overflow issues.

🛠️ How to Test

  1. Run the app.
  2. Navigate to the Profile Screen.
  3. Verify:
    • The Profile section matches the app’s primary color.
    • The background of all other sections is white.
    • The screen is scrollable when needed.
    • Text inside the profile section is clearly visible.
WhatsApp.Video.2025-03-20.at.01.48.41_76738817.mp4

@mdmohsin7
Copy link
Member

);
}

Widget _buildProfileOption(String title, {bool isLogout = false}) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this to presentation/profile/widgets folder and make it a stateless class

@@ -1,14 +1,133 @@
import 'package:flutter/material.dart';

void main() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls remove this

@abhinav7x94
Copy link
Contributor Author

Hey @mdmohsin7, please review

Copy link
Member

@mdmohsin7 mdmohsin7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one last change

@mdmohsin7 mdmohsin7 merged commit a31486f into AOSSIE-Org:main Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code the profile screen for therapist app

3 participants