Skip to content

Conversation

@prateek-kalwar-95
Copy link

@prateek-kalwar-95 prateek-kalwar-95 commented Dec 25, 2025

Description

  • Add dynamic height calculation based on keyboard visibility
  • Limit bottom sheet to 80% screen height when keyboard is closed
  • Adjust to remaining space (minus 100px top margin) when keyboard opens
  • Add BouncingScrollPhysics for smoother scrolling experience
  • Keep header fixed and visible at all times
  • Enable comfortable scrolling through form fields while typing

Fixes #(#534)

Screenshots

Befor->

before

After->

after

Checklist

  • [] Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

@@ -1,3 +1,526 @@
// import 'dart:collection';
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove this entire commented section. You should try to avoid adding irrelevant commented section in my opinion. It is not considered a good practice.

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.

2 participants