Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flet pack an application #3282

Open
Ga0512 opened this issue May 14, 2024 · 0 comments
Open

flet pack an application #3282

Ga0512 opened this issue May 14, 2024 · 0 comments

Comments

@Ga0512
Copy link

Ga0512 commented May 14, 2024

I have the following structure of my application (I'm using flet_route):

src:
"""here you go
Python modules that I made to use in the backend, for example, session.py, thread.py etc."""

Pages
"""app route pages, using flet_route"""
welcome.py
form.py

main.py (the app that runs all this)

My question is: if I redo flet pack main.py, will it work normally because of these modules?
In fact, I ran this, and only the screens work correctly, the backend doesn't.

Should I put everything in main.py? Or is there some trick?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant