A Companion to the ChoreManager Web App
flutter pub get
flutter analyze
flutter test
brew install lcov
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html
A Companion to the ChoreManager Web App
flutter pub get
flutter analyze
flutter test
brew install lcov
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html