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.
- Clone this repo
- Run
flutter packages get
- Run
flutter run
(remember to open simulator or connect physical device, iOS auto run additional commandpod install
)
- Clone this repo
- 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.
- Run
- To fix this what helped me was to
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.