skohan / ToDoList

A todo list app made in flutter
Apache License 2.0
2 stars 1 forks source link

Flutter: Add dark mode in dev-bloc branch #1

Closed skohan closed 4 years ago

skohan commented 4 years ago

Add dark mode toggle on the upper right corner of the app and use Bloc architecture to implement it. Create pull request to the dev-bloc branch.

abkoradiya commented 4 years ago

Which version of bloc you are using? Because when I clone your code then it showing error in blocbuilder.

skohan commented 4 years ago

Actually, I have not specified any version in pubspec, which means it is using the latest one.

abkoradiya commented 4 years ago

I want to contribute this. Please assign it to me.

abkoradiya commented 4 years ago

At which place switch need to be added? Is appbar right place for that?

skohan commented 4 years ago

Add to the upper right corner of the app. Use bloc architecture for adding

skohan commented 4 years ago

Closed #2