@@sriedynurcahyo3894 Thanks, it works, tell me how to go from appbar to other pages, if in on_click ft.IconButton in appbar we pass the same as in on_click in controls we get TypeError: 'str' object is not callable
@@sriedynurcahyo3894 Thanks, it works, tell me how to go from appbar to other pages, if in on_click ft.IconButton in appbar we pass the same as in on_click in controls we get TypeError: 'str' object is not callable
Sir iam a programmer develop on powerbuilder and sql server i want to develop mobile application using python which is Best framework flet or kivymd..? and also i like to all my client server and application that developed in powerbuilder covert to python can i use client server and cloud and mobile all develop with one language python flet is its possible..?
For flet is still under development and I think for big projects there will be many problems. And in terms of features it is not complete for example. There is no access to phone contacts, android camera, and more. Still better than kivymd so far .
@@praveenkrishnan8055 Flet is still unstable and there will be many problems later. Currently kivymd is still the best. I will say the best flet if it is possible
🥰❤
Thx
thanks, how to add elements using functions inside a class? page.add doesn't work...
Maybe you can use return
Example
def bar(self):
return Text("tesss")
And call jn controls
bar()
@@sriedynurcahyo3894 Thanks, it works, tell me how to go from appbar to other pages, if in on_click ft.IconButton in appbar we pass the same as in on_click in controls we get TypeError: 'str' object is not callable
@@sriedynurcahyo3894 Thanks, it works, tell me how to go from appbar to other pages, if in on_click ft.IconButton in appbar we pass the same as in on_click in controls we get TypeError: 'str' object is not callable
Sir iam a programmer develop on powerbuilder and sql server i want to develop mobile application using python which is Best framework flet or kivymd..? and also i like to all my client server and application that developed in powerbuilder covert to python can i use client server and cloud and mobile all develop with one language python flet is its possible..?
For flet is still under development and I think for big projects there will be many problems. And in terms of features it is not complete for example. There is no access to phone contacts, android camera, and more. Still better than kivymd so far .
Powerbuilder convert to python I don't know that. Because flet is cross-platform, it can be made into a desktop app.
Sir so you suggest kivymd is better for android and ios development..?
@@praveenkrishnan8055 Flet is still unstable and there will be many problems later. Currently kivymd is still the best. I will say the best flet if it is possible
Can you create simple vpn app using openvpn config file for Android, using flet UI
@@siddarth26 I will try
@sriedynurcahyo3894 thank you I will wait for that video.