/Flutter

Primary LanguageDart

Flutter

This reposetory contains some basic flutter projects

Install flutter and run these projects 👍

Course projects are from this udemy flutter course

Project Details

  • course_first

This project is about flutter state. Both stateless and stateful widget was added. In statefull widget there is ** initState() ** and ** setState(() {}) **.