DEV Community

Discussion on: Create a Todos app with Flutter and Provider

Collapse
 
bidhanrai profile image
Bidhan Rai

Shouldn't you wrap the widgets in alltasks, compltedTasks and inCompleteTasks with ChangeNotifierProvider ?

Collapse
 
shakib609 profile image
Shakib Hossain

I actually forgot to include the changes I made in lib/main.dart file. It should work now. Thanks for pointing it out.