Dev & Prod env

This commit is contained in:
vjrj 2018-06-25 19:49:54 +02:00
parent e8315adb1d
commit aa4909f69f
5 changed files with 18 additions and 2 deletions

View file

@ -16,4 +16,4 @@ final Widget appIcon = Image.asset('images/logo-200.png', width: 24.0, height: 2
final Future<SharedPreferences> prefs = SharedPreferences.getInstance();
final List<BasicLocation> yourLocations = [];
final GetIt getIt = new GetIt();
final bool isDevelopment = true;
bool isDevelopment = false;