Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make NetworkLoggerButton draggable #9

Merged
merged 8 commits into from
Sep 8, 2022
Merged

Conversation

FranMaric
Copy link
Contributor

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 :)

Copy link
Owner

@themisir themisir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor change requests, but in general looks fantastic 👍

pubspec.yaml Outdated Show resolved Hide resolved
lib/src/ui.dart Outdated Show resolved Hide resolved
lib/src/ui.dart Outdated Show resolved Hide resolved
lib/src/ui.dart Outdated Show resolved Hide resolved
lib/src/ui.dart Outdated Show resolved Hide resolved
lib/src/ui.dart Show resolved Hide resolved
@themisir themisir linked an issue Sep 7, 2022 that may be closed by this pull request
@FranMaric
Copy link
Contributor Author

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

@themisir themisir merged commit 5398e30 into themisir:master Sep 8, 2022
@themisir
Copy link
Owner

themisir commented Sep 8, 2022

Thanks for your contribution :)

@itsJoKr
Copy link

itsJoKr commented Sep 8, 2022

@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
Copy link
Contributor Author

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

@themisir
Copy link
Owner

themisir commented Sep 8, 2022

@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.

@315909433 315909433 mentioned this pull request Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draggable NetworkLoggerButton?
3 participants