beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Enhance dialog responsiveness

Open isuri54 opened this issue 11 months ago • 0 comments

Fixes #

Describe the changes you have made in this PR - Improved the responsiveness of dialogs in create_join_dialog.dart to better adapt across screen sizes. -Replaced fixed heights (e.g., 30.h, 25.h, 12.h) with mainAxisSize: MainAxisSize.min -Updated padding from fixed values (EdgeInsets.symmetric(horizontal: 32, vertical: 16)) to percentage-based (EdgeInsets.symmetric(horizontal: 8.w, vertical: 2.h)) for consistent scaling -Removed unnecessary Container wrappers to streamline the layout

Screenshots of the changes (If any) - Due to Gradle build issues, I couldn’t generate screenshots. The changes are untested but based on static analysis. Expected outcome: dialogs now resize dynamically without truncation, with consistent padding and button sizes across devices.

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

isuri54 avatar Apr 06 '25 17:04 isuri54