I am making a launcher in flutter and I wanted to show notification panel when swipe down on homescreen.
I am trying with flutter_local_notifications package but I cant figure out how to do it,
GestureDetector(
onVerticalDragDown: (details) {
// how do launch notification panel ?
}
)
Edit:
Here is the example: https://i.stack.imgur.com/rJBCF.gif