Skip to content

Commit ebc3ff2

Browse files
committed
Add boot and startup screen messages to app configuration
1 parent e1dfa30 commit ebc3ff2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ path = "src"
4343

4444
[tool.flet.android.meta_data]
4545
"com.google.android.gms.ads.APPLICATION_ID" = "ca-app-pub-3940256099942544~3347511713"
46+
47+
[tool.flet.app.boot_screen]
48+
show = true
49+
message = "Preparing the app for its first launch…"
50+
51+
[tool.flet.app.startup_screen]
52+
show = true
53+
message = "Getting things ready…"

0 commit comments

Comments
 (0)