SankethBK / diaryvault

A personal diary application written in Flutter
https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp
MIT License
86 stars 59 forks source link

#68 Add scroll padding #86

Closed apikmeister closed 10 months ago

apikmeister commented 11 months ago

What type of PR is this? (check all applicable)

Description

Featured Covered in this PR

Related Tickets & Documents

Screenshots, Recordings

https://streamable.com/c4atnn

Tested Feature??

SankethBK commented 11 months ago

Hi, this looks good but i was facing some keyboard issues on the emulator yesterday. I'll test it again on real device

apikmeister commented 11 months ago

Can you describe more on the problem you are facing?

SankethBK commented 10 months ago

I tested it on real device, it does add padding but not as expected. User should be able to type until the last line but should have additional space for scrolling, in this case padding space blocks user from reaching last line and it causes layout shift everytime they got to next line. I couldn't find any other solution, so keeping this on hold for now