Dev & Prod env
This commit is contained in:
parent
e8315adb1d
commit
aa4909f69f
5 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue