DonRubiczek / garden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garden

![coverage][coverage_badge] [![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]

Generated by the [Very Good CLI][very_good_cli_link] 🤖

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
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

*Garden works on iOS, Android, Web, and Windows.


Running Tests 🧪

To run all unit and widget tests use the following command:

$ flutter test --coverage --test-randomize-ordering-seed random

To view the generated coverage report you can use lcov.

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

About


Languages

Language:Dart 87.3%Language:C++ 6.8%Language:CMake 3.2%Language:HTML 1.6%Language:Ruby 0.5%Language:C 0.3%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%