Slide-up view in Flutter
问题 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. 回答1: Draggable (and DragTarget) is not used for what you call slide-up view slide-up view , from the android world, is for bottom aligned modals. Draggable is to transfer data using Drag&Drop. In flutter, bottom