adding barcode scanner

This commit is contained in:
b.razafimandimbihery 2025-06-13 23:00:16 +03:00
parent 525b09c81f
commit 595b38e9fb

View File

@ -17,7 +17,7 @@ class DatabaseConfig {
static const int maxConnections = 10;
static const int minConnections = 2;
static bool get isDevelopment => true;
static bool get isDevelopment => false;
static Map<String, dynamic> getConfig() {
if (isDevelopment) {