Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

deltaEplus/dep-app

Repository files navigation

ΔE+ App

Flutter Application for ΔE+

Screenshots

auth1 auth2 auth3

Flutter

Requirements

  • Java-Version - '12.x'
  • Flutter-Version - '2.8.x'
  • Dart-Version - '2.12' or above
  • Android Studio

Setup

  • Fork and Clone the Repo
    git clone <YOUR_FORK_URL>
    
  • Add remote upstream
    git remote add upstream <MAIN_REPO_URL>
    
  • Run the following command to enable githooks
    git config core.hooksPath .githooks
    
  • To get all the dependencies listed in the pubspec
    flutter pub get
    
  • To run the App
    ./run.sh .env
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published