How to move bottom sheet along with keyboard which has textfield | Flutter Tutorial

preview_player
Показать описание
This tutorial shows you how to move bottom sheet with keyboard which has textfield focused. Bottom sheet is a very useful design to display additional content to user without routing to a new page in flutter. Sometimes application might requires user to input values in bottom sheet's textfield. This requires user to be able to see the content of bottom sheet completely even when the keyboard pops up. This tutorial will shows you how to make bottom sheet to move completely above the keyboard when the keyboard pops up.

If you enjoyed this video be sure to give it a like and subscribe for more!

- Follow us for updates ! 👇
-----------------------------------------------------------------
- ✔ Facebook Page : @CreateWithFlutter
-----------------------------------------------------------------
- Like the video and subscribe to the channel!
- Thank you!

#flutterdeveloper
Рекомендации по теме
Комментарии
Автор

thank you so much
I search for that for too long !

waelEita
Автор

actually it works even if you don't set isScrollControlled to true. because we are just increasing the bottom padding at the end

edoardoremondini
Автор

There is any way to close the textfield keyboard and the showmodalsheet in one backbutton tap?

Nicosfrs
Автор

Sadly this does not work in the latest SDK.

adhdaddventure