AllSQL
AllSQL copied to clipboard
Darktheme thememode
Darktheme using themedata
Looks like the initial approach of using setState to change the theme didn't work. I was looking at ways to implement this without using any state management tool (like provider) when I came across this article: https://itnext.io/an-easy-way-to-switch-between-dark-and-light-theme-in-flutter-fb971155eefe. I think this explains exactly what we are looking for.
On a side note, I think you can just add more commits to darktheme-thememode branch on skully-coder/AllSQL instead of creating a new PR.
Hey @masteradit check it now, It should work
@masteradit are you merging?