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

Enable interacting with Widgets in Floating Overlay #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ac-arconomy
Copy link

@ac-arconomy ac-arconomy commented Feb 28, 2023

Re-using the reposition object enables interaction with the child widget as the overlay entry does not need to be rebuilt.

There are a few other issues relating to refreshing the page when using Flutter Web as state maintained in the FloatingOverlay. Adding a UniqueKey() solves the null issues for the overlay context that is lost but also means that the RouteObserver no longer works. :-S

Fixes: #5

@FMorschel
Copy link
Owner

Hi! I'm really sorry for taking so long to answer!

Could you please give me more insight into what you meant by "refreshing the page"? Consider posting a screen recording or something like that.

I would also really appreciate it if you took the time to create two more screen recordings to update this PR with the previous behaviour and the new behaviour.

I've not personally used Flutter Web to publish anything, so I'm really unfamiliar with some of the things you may be aware of. It would greatly help me and this package in future features.

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.

Support Scrolling within Floating Overlay
2 participants