⚙️ Setting Up the Environment

To start developing TECHTONIC’s frontend, make sure the following are installed:

# Install Flutter SDK
https://docs.flutter.dev/get-started/install

# Check Flutter setup
flutter doctor

# Install VS Code or Android Studio for development

Ensure your environment supports running apps on Android/iOS emulators or real devices.

Last updated