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.
2 parents bb79b70 + e29d9eb commit 9374ed9Copy full SHA for 9374ed9
lib/main.dart
@@ -6,7 +6,7 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/app/config/confi
6
import 'package:flutter_news_app_web_dashboard_full_source_code/bootstrap.dart';
7
8
// Define the current application environment (production/development/demo).
9
-const AppEnvironment appEnvironment = AppEnvironment.development;
+const AppEnvironment appEnvironment = AppEnvironment.demo;
10
11
@JS('removeSplashFromWeb')
12
external void removeSplashFromWeb();
0 commit comments