Challenge: A Basic Provider-Based Application
Test yourself and implement what you have learned so far in this challenge.
We'll cover the following...
Problem statement
Create a Flutter application to manage the state through the Provider
. Don’t use the stateful widget. ...