oscarnar / little_eye_of_sauron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little Eye Of Sauron

coverage style: very good analysis License: MIT

Little eye of Sauron project.


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

*Little Eye Of Sauron works on iOS, Android, and Web.


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

License:MIT License


Languages

Language:Dart 70.9%Language:CMake 12.6%Language:C++ 7.5%Language:HTML 6.8%Language:C 1.2%Language:Swift 0.7%Language:Kotlin 0.2%Language:Objective-C 0.1%