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

Cannot capture Overlays #176

Open
smartconnecttechnologies opened this issue Apr 3, 2024 · 1 comment
Open

Cannot capture Overlays #176

smartconnecttechnologies opened this issue Apr 3, 2024 · 1 comment

Comments

@smartconnecttechnologies

Hey , I have wrapped my screen with Screenshot , and in that page I show a BottomSheet using showModalBottomSheet , but this bottomsheet cannot be captured by the screenshot controller.
Only if i add the bottom sheet directly using this scaffold's bottomSheet property , then only the bottomsheet appears in the screen shot please help

@ritheshSalyan
Copy link
Collaborator

@smartconnecttechnologies, We are capturing widgets which are children of the Screenshot Widget. We cannot capture widgets outside this. When you use showModalBottomSheet , this displays the content as a new navigator page.

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

No branches or pull requests

2 participants