Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
/ fitcon Public archive

Flutter project prototype for a college course.

Notifications You must be signed in to change notification settings

chakrakan/fitcon

Repository files navigation

Fitcon

Flutter/Dart Project with Firebase backend for COMP231, Centennial College

Prerequisites

please ensure you have the following software installed on your computer:

  1. Flutter SDK (comes with Dart SDK)
  • You can open your Command Line/Terminal and type: flutter --version to see which version you have (latest advised).
  1. An IDE to work with the Dart/Flutter project - preferably Android Studio or VSCode

  2. You should also have the necessary setup for emulators so you can run the application locally on your computer

  3. After all of the steps above done, you can use this command to check if you have everything in working order:

         flutter doctor -v 
    

How to run this project for the first time

  1. Open this project in Android Studio/VSCode
  2. Open your emulator of choice whether Android/iOS
  3. Run flutter doctor -v so see if all prerequisites are checked for you, if not fix those
  4. Use flutter pub get to download all the dependencies listed in the pubspec.yml file
  5. Finally, use flutter run to run the app on your open emulator

Sample Demo

For context, these demonstrations are running on the Pixel 3 API 29 emulator

Login Main Sample Chat Edit User
Log In Main Sample Chat Edit User
Nutrition Payment
Nutrition Edit Payment

Lucidchart Diagrams

Client

Client


Trainer

Trainer


User Modeling

User Modeling

About

Flutter project prototype for a college course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages