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 d902974 commit 6f84e56Copy full SHA for 6f84e56
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.production;
+const appEnvironment = AppEnvironment.demo;
10
11
void main() async {
12
final appConfig = switch (appEnvironment) {
0 commit comments