Skip to content

glaumtech/yoga-app-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoga_champ

Yoga competition application frontend (Flutter).

Getting Started

Install dependencies:

flutter pub get

Run the app with a profile entrypoint:

flutter run -t lib/main_qa.dart

Web Build Profiles

This project uses separate entrypoints to set environment configuration:

  • lib/main_qa.dart -> QA (https://ghopon.com/yogatest)
  • lib/main_prod.dart -> Production (https://ghopon.com/school)

Build web for QA deployment:

flutter build web --release -t lib/main_qa.dart

If QA is hosted under a subpath, set the base href accordingly:

flutter build web --release -t lib/main_qa.dart --base-href /yogatest/

Build web for production:

flutter build web --release -t lib/main_prod.dart

Build output is generated in build/web/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors