Replies: 2 comments 1 reply
-
You can better organize the code by move UI pieces into user controls and by using refs. If you have a concrete code example I'd love to discuss the ways it could be improved. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Big flet code very hard support!!!
Example:
In web: html(elements),css(style), js(logic)
in kivy : .kv(elements+style), .py(logic)
BUT in flet layout+logic must be one one page

Flet examples are needed in rewrite in OOP or create something look like html+css
Beta Was this translation helpful? Give feedback.
All reactions