Flutter Installation
The entire application is developed using Flutter. To get started, you'll need to install Flutter on your computer. You can choose between Visual Studio Code and Android Studio as your IDE, as the setup process is identical for both. For this guide, we will focus on Visual Studio Code since that’s what we used during development.
To install flutter on your computer, follow the official documentation from Google. Flutter Official Site: https://flutter.dev
Last updated