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 39e5cc8 commit 81bfe2aCopy full SHA for 81bfe2a
lib/main.dart
@@ -9,8 +9,8 @@ const app_config.AppEnvironment currentEnvironment =
9
void main() async {
10
final appConfig = switch (currentEnvironment) {
11
app_config.AppEnvironment.production => app_config.AppConfig.production(),
12
- app_config.AppEnvironment.demo => app_config.AppConfig.demo(),
13
app_config.AppEnvironment.development => app_config.AppConfig.development(),
+ app_config.AppEnvironment.demo => app_config.AppConfig.demo(),
14
};
15
await bootstrap(appConfig);
16
}
0 commit comments