front dev update

This commit is contained in:
Stephan D
2026-01-30 16:54:56 +01:00
parent 51f5b0804a
commit 102c5d3668
31 changed files with 755 additions and 74 deletions

View File

@@ -4,10 +4,6 @@ import 'package:flutter/material.dart';
class CommonConstants {
static String apiProto = 'https';
static String apiHost = 'app.sendico.io';
// static String apiProto = const String.fromEnvironment('API_PROTO', defaultValue: 'http');
// static String apiHost = const String.fromEnvironment('API_HOST', defaultValue: 'localhost');
// static String apiHost = 'localhost';
// static String apiHost = '10.0.2.2';
static String apiEndpoint = '/api/v1';
static String amplitudeSecret = 'c3d75b3e2520d708440acbb16b923e79';
static String amplitudeServerZone = 'EU';