/frontend_test_imagineapps

Flutter app at imagine apps

Primary LanguageDart

Flutter Test

Demo

Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-10-01.at.13.15.26_compressed.4.mp4

Requirements

Flutter: 3.13.3

Installation

  • Add Flutter to your machine
  • Open this project folder with Terminal/CMD
  • Ensure there's no cache/build leftover by running flutter clean in the Terminal
  • Run in the Terminal flutter packages get
  • Run in the Terminal flutter packages pub run build_runner build --delete-conflicting-outputs

API URL

  • Copy Base Url from backend in path lib/Core/Constants/api.dart ==> replace in var apiUrl
image

==========================================================================================================================================================================

image

Additional steps for iOS

  • Open ios folder inside Terminal/CMD
  • Run in the Terminal pod install
  • Run in the Terminal pod update

Running the App

  • Open Android Emulator or iOS Simulator
  • Run flutter run

For more information, check out the official documentation