feat: Completed with Starter MainLifts

This commit is contained in:
Patryk Hegenberg 2025-12-07 12:03:42 +01:00
parent 311d764a4d
commit 2609446e9a
15 changed files with 642 additions and 491 deletions

View file

@ -2,7 +2,8 @@ import 'package:flutter/material.dart';
class AppConstants {
// API Configuration
static const String apiBaseUrl = 'http://10.0.2.2:8090'; // Android emulator
// static const String apiBaseUrl = 'http://10.0.2.2:8090'; // Android emulator
static const String apiBaseUrl = 'https://slift.patanix.de';
static const String apiVersion = 'v1';
// Wendler 5/3/1 Constants