Skip to content

muhammadmateen027/firebase-module

Repository files navigation

Assignment

coverage style: very good analysis


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

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


Modules 🚀

Covered modules:

  • Authentication modules (Login, Signup, new account registration, logout)
  • Theme switcher
  • New inspection (Created form -- Pending implementation)
  • Dashboard view

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published