We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d6a6e commit ef72427Copy full SHA for ef72427
lib/main.dart
@@ -6,7 +6,7 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/spl
6
import 'package:flutter_news_app_mobile_client_full_source_code/bootstrap.dart';
7
8
// Define the current application environment (production/development/demo).
9
-const appEnvironment = AppEnvironment.demo;
+const appEnvironment = AppEnvironment.development;
10
11
void main() async {
12
final appConfig = switch (appEnvironment) {
0 commit comments