You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching lib/main.dart on M2102J20SG in debug mode...
Running Gradle task 'assembleDebug'...
lib/config.dart:3:8: Error: Error when reading 'lib/env.dart': No such file or directory
import 'env.dart';
^
lib/config.dart:14:17: Error: Undefined name 'environment'.
var value = environment[key];
^^^^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
* Where:
Script '/home/michael_k/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1151
* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command '/home/michael_k/flutter/bin/flutter'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3m 37s
Exception: Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered:
If you follow the guide in the readme for running the project it should have created a lib/env.dart file. Could you check if there was any errors following any of those steps?
The text was updated successfully, but these errors were encountered: