themisir / flutter-network-logger

Network logger with well designed user interface to inspect network traffic logs. Included with Dio interceptor.
https://pub.dev/packages/network_logger
Apache License 2.0
25 stars 21 forks source link

Make NetworkLoggerButton draggable #9

Closed FranMaric closed 2 years ago

FranMaric commented 2 years ago

The button can sometimes get in the way so simplest solution is to make it draggable. You need to first long press it and then it becomes draggable and you can move it away.

Hope you like the upgrade :)

FranMaric commented 2 years ago

@themisir Please merge it. I can't because I don't have write access.

themisir commented 2 years ago

Thanks for your contribution :)

itsJoKr commented 2 years ago

@FranMaric just to check, is this going to let through all the long-press and pans into the user app (that's below the overlay)?

FranMaric commented 2 years ago

@itsJoKr I haven't tested it but I think it won't let through gestures but only for area under the button

themisir commented 2 years ago

@itsJoKr I haven't tested it but I think it won't let through gestures but only for area under the button

That was the case for my testing as well. Everything worked as expected.