/PyCon_India_App

A Conference App for PyCon India

Primary LanguageDartMIT LicenseMIT

Pycon India App

coverage style: very good analysis License: MIT

A Conference App for PyCon India


Getting Started 🚀

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ task run-dev

# Staging
$ task run-staging

# Production
$ task run-prod

Running Tests 🧪

To run all tests use the following command:

task run-vg-tests

To view the generated coverage report you can use lcov.

# Generate Coverage Report
$ task run-vg-tests-coverage

# Open Coverage Report
$ open coverage/index.html