kherel / animated_theme_switcher

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

Fails Null Safety on Flutter mobile 2.2.1 #32

Closed codeoffconduct closed 2 years ago

codeoffconduct commented 3 years ago

Thanks for creating the plugin. The reason why I use a plugin to switch themes is that have issues converting my own theme switcher due to Null Safety issues.

Example as shown on pub.dev does not work as Null Safety fails. It fails at so many places that I have not included each detail, some examples on:

value brightness changeTheme

Screenshot 2021-05-30 at 08 35 35 Screenshot 2021-05-30 at 08 35 21
kherel commented 2 years ago

fixed..