Skip to content

Iamstanlee/ourpass_tracker

Repository files navigation

Weight tracker - OurPass

Screenshots

Tools Used

flutter: Google's UI toolkit for building cross platform apps
firebase: Google's BAAS
provider: State management library
get_it: Dependency injection framework

Run Locally

Clone the project

  git clone https://github.com/Iamstanlee/ourpass_tracker.git

Go to the project directory

  cd ourpass_tracker

Install dependencies

  flutter pub get

Run the app android or ios simulator

  flutter run

Running Tests

To run tests, run the following command

  flutter test