From e29d9eb1b380d9273ba736a1162fd6dde53aa913 Mon Sep 17 00:00:00 2001 From: fulleni Date: Sun, 3 Aug 2025 10:32:58 +0100 Subject: [PATCH] Update main.dart Signed-off-by: fulleni --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index d6ca694..340698d 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -6,7 +6,7 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/app/config/confi import 'package:flutter_news_app_web_dashboard_full_source_code/bootstrap.dart'; // Define the current application environment (production/development/demo). -const AppEnvironment appEnvironment = AppEnvironment.development; +const AppEnvironment appEnvironment = AppEnvironment.demo; @JS('removeSplashFromWeb') external void removeSplashFromWeb();