Daniel-Ioannou / flutter_country_picker

A flutter package to select a country from a list of countries.
https://pub.dev/packages/country_picker
MIT License
126 stars 174 forks source link

Move bottomsheet along with keyboard feature is aded. #144

Closed SungurCihan closed 6 months ago

SungurCihan commented 8 months ago

This pr adds capability of moving bottomSheet along with keyboard when search bar is focued.

bottomSheet height is customizable. When it is set to a value which is smaller than half of the screen, it gets harder to see search results because of the keyboard. By setting only 'moveAlongWithKeyboard' to true, it is possible to move bottomSheet along with the keyboard.

It has a default value of false. It should only use with low 'bottomSheetHeight' values.

https://github.com/Daniel-Ioannou/flutter_country_picker/assets/34956737/4930fb12-34d6-4523-a93a-e455ae5b1284

Daniel-Ioannou commented 6 months ago

Thank you for your contribution, Released in v2.0.26.