Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.23 KB

Codemagic build status codecov

Ditonton v1.0.1

a Project Improved by Ida Bagus Rama Mahendra

Getting Started

Requires Flutter 2.5.3 or newer

Task

  • Add basic TV-related feature
  • TV Seasons & Episode feature
  • Continuous Integration
  • BLoC Migration
  • SSL Pinning
  • Firebase Analytics & Crashlytics Integration
  • Modularization
  • Widget Test
  • Basic Integration test
  • Testing Coverage +

Build

type : flutter build

Running Project

type : flutter run

Testing

to run normal testing, type : flutter test modules/about modules/core modules/home modules/movies modules/search modules/tv_shows modules/watchlist --coverage

to run universal coverage testing (linux or mac), type : ./test-coverage.sh

to generate lcov HTML, type : genhtml coverage/lcov.info -o coverage/html

to run basic Integration Test : flutter drive --target=test_driver/app.dart