feat: add assisted exercise an next set preview

This commit is contained in:
Patryk Hegenberg 2026-01-06 10:29:43 +01:00
parent 44f5703de4
commit 79a7e1c50d
10 changed files with 534 additions and 270 deletions

View file

@ -10,11 +10,11 @@ void main() async {
try {
await dotenv.load(fileName: '.env');
debugPrint('Environment loaded: ${dotenv.env['ENVIRONMENT']}');
debugPrint('API URL: ${dotenv.env['API_BASE_URL']}');
debugPrint('Environment loaded: ${dotenv.env['ENVIRONMENT']}');
debugPrint('API URL: ${dotenv.env['API_BASE_URL']}');
} catch (e) {
debugPrint('⚠️ Could not load .env file: $e');
debugPrint('⚠️ Using default production values');
debugPrint('Could not load .env file: $e');
debugPrint('Using default production values');
}
await SystemChrome.setPreferredOrientations([