DEV Community

Discussion on: Create a Todos app with Flutter and Provider

Collapse
 
shakib609 profile image
Shakib Hossain

Glad that you liked the tutorial.

Actually I did wrap the MaterialApp inside a ChangeNotifierProvider widget in the lib/main.dart file. We do not need to use MultiProvider because we are only using a single Provider in our app.