Standalone flet app with many dependencies #3627
Unanswered
noahwoelki
asked this question in
Q&A
Replies: 1 comment
-
Your application can be packaged as standalone as seen in that guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Dear Community,
I have a python project with many functions and specialized implementations. I also have a app implemented in flet which is calling many of these functions from different directories, and also a local database (.sqlite) which is needed by the app.
My question would be: Can i create a standalone app including all the required dependencies and packages that need to be installed, as well as the database? I was looking at https://flet.dev/docs/publish but I could not understand if i can add utility functions or just files like icons etc.
I would be very happy on any examples/resources regarding such a project.
Thanks for any help and best regards!
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions