vostpt/covid19-mobile

Create different main files for different environmnents

Closed this issue · 0 comments

There should be a:

  • main_dev.dart file for the DEV environment
  • main.dart file for the PROD environment
  • main_common.dart file for the common setup of both main files (crashlytics, dependencies, etc...)