Skip to content

Commit de3b051

Browse files
authored
Show app startup screen by default (#5036)
* initial commit * pubspec.lock * py: `show_app_startup_screen` defaults to `True` * revert to false * set showAppStartupScreen=true in client
1 parent 424ed86 commit de3b051

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ void main([List<String>? args]) async {
103103
pageUrl: pageUrl,
104104
assetsDir: assetsDir,
105105
errorsHandler: errorsHandler,
106+
showAppStartupScreen: true,
106107
createControlFactories: [
107108
// --FAT_CLIENT_START--
108109
flet_audio.createControl,

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ packages:
263263
path: "../packages/flet"
264264
relative: true
265265
source: path
266-
version: "0.27.1"
266+
version: "0.27.5"
267267
flet_ads:
268268
dependency: "direct main"
269269
description:

0 commit comments

Comments
 (0)