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 e56bc3b + 9374ed9 commit be4d257Copy full SHA for be4d257
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