kherel / animated_theme_switcher

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

Bug fixes #49

Closed sxdpz23 closed 2 years ago

sxdpz23 commented 2 years ago

Updated late-initialized image variable to nullable variable. This solves the Runtime exception occurring when no image snapshot was collected.

kherel commented 2 years ago

thanks man!