kherel / animated_theme_switcher

Flutter animated theme switcher
https://pub.dev/packages/animated_theme_switcher
MIT License
278 stars 28 forks source link

_saveScreenshot function (must include the statusBar & navigationBar) #52

Closed BenCherif closed 3 months ago

BenCherif commented 2 years ago

Hi there, thanks for this awesome package , i've check the example on the android not working like your gif example because the _saveScreenshot function take a screenshot just for previewContainer (RenderRepaintBoundary) so doesn't include the statusBar and navigationBar this caused blink the statusBar and navigationBar while changing the theme. Kind regards