Introduction
Ensure your admin panel is configured first. Once everything is set up correctly, you can proceed with the following steps using either Android Studio or Visual Studio Code.
To use the mobile application, it's built with Flutter. To get started, you'll need to install Flutter on your computer. You have the option to use either Visual Studio Code or Android Studio as your integrated development environment (IDE) for Flutter. The installation steps are identical for both IDEs.
To install flutter on your computer, follow the official documentation from Google. Flutter Official Site: https://flutter.dev/.
You can follow these YouTube videos to install Flutter too.
For Windows: https://www.youtube.com/watch?v=T9LdScRVhv8
The recommended compatible Flutter version is 3.29.3
Last updated
Was this helpful?