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 424ed86 commit de3b051Copy full SHA for de3b051
client/lib/main.dart
@@ -103,6 +103,7 @@ void main([List<String>? args]) async {
103
pageUrl: pageUrl,
104
assetsDir: assetsDir,
105
errorsHandler: errorsHandler,
106
+ showAppStartupScreen: true,
107
createControlFactories: [
108
// --FAT_CLIENT_START--
109
flet_audio.createControl,
client/pubspec.lock
@@ -263,7 +263,7 @@ packages:
263
path: "../packages/flet"
264
relative: true
265
source: path
266
- version: "0.27.1"
+ version: "0.27.5"
267
flet_ads:
268
dependency: "direct main"
269
description:
0 commit comments