2023-02-26 16:17:57 +01:00
|
|
|
library app.globals;
|
|
|
|
|
2023-03-07 00:14:22 +01:00
|
|
|
// ignore: unused_import
|
|
|
|
import 'package:smoke_cess_app/mock/db_mock.dart';
|
2023-02-26 16:17:57 +01:00
|
|
|
import 'package:smoke_cess_app/services/database_service.dart';
|
|
|
|
|
2023-03-06 21:55:18 +01:00
|
|
|
DatabaseService databaseService = DatabaseService.instance;
|
2023-03-07 00:14:22 +01:00
|
|
|
//DatabaseService databaseService = DatabaseMock();
|
2023-03-06 15:54:13 +01:00
|
|
|
|
|
|
|
// set this to read settings from local json file instead of scanning a qr code
|
2023-03-06 18:51:00 +01:00
|
|
|
bool useLocalConfig = true;
|