Browse Source

adding barcode scanner

13062025
b.razafimandimbihery 6 months ago
parent
commit
595b38e9fb
  1. 2
      lib/config/DatabaseConfig.dart

2
lib/config/DatabaseConfig.dart

@ -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) {

Loading…
Cancel
Save