Slide-up view in Flutter

Vlt picture Vlt · Mar 7, 2018 · Viewed 16.2k times · Source

I'm trying to make something similar to google/apple maps screen in flutter. I just started experimenting in Flutter and I have a hard time understand that "Draggable widget". Could someone give me example code how they made their slide-up view, I can learn from? I can't find any.

Answer

Akshath Jain picture Akshath Jain · Apr 3, 2019

There's also the sliding_up_panel Flutter library you could use to implement the same sort of design that Google/Apple Maps uses.