public
public copied to clipboard
Refactoring: Use just one main.dart, get app flavor from environment und reduce doublicated code
We had three main_*.dart files which contains almost the same code. So I refactored it to one again and read the app flavor from the environment.