-
Notifications
You must be signed in to change notification settings - Fork 482
Replies: 1 comment · 1 reply
-
What platform? Can you share a minimal reproducible example? What version of Flet are you running? Is this Flet Build, or Flet Run? |
Beta Was this translation helpful? Give feedback.
All reactions
-
`import flet as ft Firebase yapılandırma bilgileriFIREBASE_CONFIG = { Firebase Realtime Database URL'sini yapılandırınFIREBASE_URL = "" class LogInPage(ft.View):
Firebase'e kullanıcı verilerini kaydetmek için kullanılan fonksiyondef save_user_data(email, name, nickname, password, image, url, post, followers, followed, bio):
class CreatePage(ft.View):
class searchuser(ft.Column):
def get_usernames_from_emails(users_snapshot): class Explore(ft.View):
class Comments(ft.Column): class Post(ft.Column):
class HomePage(ft.View):
class story(ft.Column): class Error(ft.View):
def main(page: ft.Page):
ft.app(target=main,assets_dir="assets") Even though the platform I use the APK on is Android, I encounter a black screen. I print the APK from github. |
Beta Was this translation helpful? Give feedback.
-
I create my Flet application, but then I see a white screen and nothing else is visible.
Beta Was this translation helpful? Give feedback.
All reactions