feat: add assisted exercise an next set preview
This commit is contained in:
parent
44f5703de4
commit
79a7e1c50d
10 changed files with 534 additions and 270 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue