Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 661 Bytes

My Sprout App

This is one of my quarantine projects.

It's a simple mobile application that allows users of sprout HR to easily time in and time out of work.

Utilizes the Sprout APIs that I created before

Getting Started

1. Build the APK

flutter build apk --split-per-abi --obfuscate

2. Connect your Android device to your computer with a USB cable.

3. Enter cd where is your application directory.

4. Install APK on the device

flutter install

Deployment Reference: https://flutter.dev/docs/deployment/android#build-an-apk