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 a684f63 commit 0e8cabeCopy full SHA for 0e8cabe
lib/main.dart
@@ -21,7 +21,7 @@ void main() async {
21
AppEnvironment.demo => AppConfig.demo(),
22
};
23
24
- final appWidget = await bootstrap(appConfig);
+ final appWidget = await bootstrap(appConfig, currentEnvironment);
25
26
// Only remove the splash screen on web after the app is ready.
27
if (kIsWeb) {
0 commit comments