Theme Toggler Drawer in Flutter - #49
Conversation
|
@divyanshub024 Pls, have a look at it. |
|
Hey @irahulcse!! Thanks for your contribution but I cannot add this sample as |
|
Hi, @divyanshub024 I had updated the Dartpad.dev code. And it's working fine without the setState method. The link of the pad is https://dartpad.dev/4ffc9c4a0520ecb48e7c35a7983a7df3. Pls, have a look at it. |
|
@irahulcse There is 1 issue. check the logs. |
|
Yes, This also bothered me. I am trying to solve it by reading different issues. But, till now it seems fine, Is this some kind of warning?
Referred this article for the syntax: https://medium.com/flutter-community/flutter-bloc-with-streams-6ed8d0a63bb8 |

The link of the dart pad is https://dartpad.dev/9abeece87fbd65cf36cf50084b91f5fc In this, I had implemented a drawer to toggle between dark theme and light theme in Flutter.