Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.9 KB

File metadata and controls

32 lines (22 loc) · 1.9 KB

📱 Flutter Testing App

Project Description

I developed a small activity app to get a feel for the Flutter Framework and Dart, and tested using different versions of Android Studio emulators, which prepared me for my internship with PeopleTime LLC. The app has activities listed, which you can mark for completion, check the time and location, and add notes if needed. The app also allows Google Sign-In to save information and there is more information about how to set up Apple Sign-In in the Additional information section below.


📝 GUI Design

FlutterApp

How to Use

Prerequisites: Have both Flutter Framework set up and an Android Studios Emulator functioning

Option 1: Run through Android Emulator

  1. Type in terminal flutter clean to clean out any unneeded packages
  2. Type in terminal flutter pub get to download all the dependencies needed
  3. Open your preferred code editor and select an emulator (cold boot if using for first time) using Ctrl + Shift + P and >Flutter: Select Device
  4. Install the required libraries by running: pip install -r requirements.txt
  5. Run without debugging using flutter run -t lib\main.dart

Option 2: Run through browser

  1. Type in terminal flutter clean to clean out any unneeded packages
  2. Type in terminal flutter pub get to download all the dependencies needed
  3. Run without debugging with flutter run -t lib\main.dart to run flutter project
  4. Select Chrome or any other compatible browser to run the project on

Additional Information

Google Sign-In authentication is already set up so it should work currently. However, Apple Sign-In authentication requires the Apple Developer ID and additional permisions which I do not have access to, but feel free to configure it with the code in apple_sign_in.dart if needed!