This reposetory contains some basic flutter projects
Install flutter and run these projects 👍
Course projects are from this udemy flutter course
This project is about flutter state. Both stateless and stateful widget was added. In statefull widget there is ** initState() ** and ** setState(() {}) **.