Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.5 KB

Asiatic360

An in house project for Asiatic360. An employee app to ease few requisition procedures.

Using Flutter to enable crossplatform support accross moblie device and operating systems.

App UI

SplashScreen OTP SplashScreen SplashScreen

Get Started For Asiatic360APP

  • Clone this repo
  • Run flutter packages get
  • Run flutter run (remember to open simulator or connect physical device, iOS auto run additional command pod install)

Get Started For Asiatic360API

  • Clone this repo

Issues I have faced!

  • Could not create task
    • To fix this what helped me was to
      • Run flutter clean to delete the build folder
      • Build the project on Android studio
      • Run flutter pub get
      • Then continue with flutter run to test on emulator or other physical devices.

For Beginners

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.