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 1482e19 commit b4be24dCopy full SHA for b4be24d
lib/main.dart
@@ -6,9 +6,7 @@ import 'package:flutter/material.dart';
6
import 'package:ht_main/app/config/config.dart';
7
import 'package:ht_main/bootstrap.dart';
8
9
-// Define the current application environment here.
10
-// Change this value to switch between environments for local development.
11
-// production/development/demo
+// Define the current application environment (production/development/demo).
12
const appEnvironment = AppEnvironment.demo;
13
14
@JS('removeSplashFromWeb')
0 commit comments