You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
This discussion was converted from issue #3282 on October 10, 2024 14:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions