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.

Note: A Mac (Apple desktop/laptop) and an Apple developer account are required for the iOS setup. If you don't have both, you can skip the iOS steps.

Last updated

Was this helpful?