SachinGanesh / screenshot

Flutter Screenshot Library
https://pub.dev/packages/screenshot
MIT License
327 stars 137 forks source link

Cannot capture Overlays #176

Open smartconnecttechnologies opened 3 months ago

smartconnecttechnologies commented 3 months ago

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 commented 2 months ago

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