Getting Started

Here are some resources to get you started with app development with Flutter. Go through them at your own pace and feel free to use the WhatsApp/Discord group to post queries.

Git and GitHub

Git is a version control system that allows you to keep track of the history of your code, so that you may revert to previous versions if any error occurs or create a new branches if you wish to work on two different features without interfering. GitHub is a platform that helps you manage your git repositories.