Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 358 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 358 Bytes

chore_manager_mobile

A Companion to the ChoreManager Web App

Setup

flutter pub get

Linter

flutter analyze

Tests

flutter test

Coverage (Mac)

brew install lcov
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html