Flutter Uber 6/6 - Draggable Scrollable Bottom Sheet

Поділитися
Вставка
  • Опубліковано 21 лют 2022
  • #6 In this video we will add the bottom sheet that can be dragged and scrolled in order to select a ride similar to the uber app.
    New To flutter :
    🔥 Get the full Flutter Foundation course: bit.ly/3FXrheC
    Learn how to build the Uber UI and enable google places to autocomplete along with the google Directions API using Flutter.
    Project Files : github.com/nathvarun/flutter-...
    Get it in touch :
    Twitter / nathvarun​
    Instagram / nathvarun25​
    Facebook / nathvarun​
    Contact unsureprogrammer@gmail.com

КОМЕНТАРІ • 9

  • @rechiearnado1189
    @rechiearnado1189 Рік тому

    this is what ive been looking for
    thanks bro.. thumbs up

  • @adewaleadisa4346
    @adewaleadisa4346 Рік тому

    Well done. Great tutorial

  • @VolodymyrRykhva
    @VolodymyrRykhva Рік тому

    good job, thanks

  • @emmanuelkalibbala510
    @emmanuelkalibbala510 5 місяців тому

    You rock🚀

  • @juandiegorozogarcia5241
    @juandiegorozogarcia5241 2 роки тому

    Can you going on the complete tutorial?

  • @ismaelbakayoko4749
    @ismaelbakayoko4749 2 роки тому

    Thank you for this tutorial, it is very helpful
    How can we remove the padding of the list view when we set extendBodyBehindAppBar: true?

    • @tonitones6125
      @tonitones6125 2 роки тому +1

      Wrap the listview in a MediaQuery.removePadding widget, then set "removeTop" to true

    • @MrGsibz
      @MrGsibz Рік тому

      @@tonitones6125 You are a life saver, thank you