Glad to see the Flet framework picking up traction across established channels. Great video 👍🏽
@iMega34 Жыл бұрын
I've been using flet for a while and tbh it's great how it performs even on fairly large projects. I simply love it
@forgotabhi Жыл бұрын
That's great! can you give me a short guide how can I get started?
@kaorunguyen77826 ай бұрын
Do you still love it now? Does it have any down sides?
@seawardspy-jl4hz5 ай бұрын
Going from tk to flet was like a breath of fresh air.
@T-SASARU2 ай бұрын
True words... 🤠
@logicalapple_32744 ай бұрын
I absolutely love the concise nature of these videos, keep it up!
@ConstantlyDamaged Жыл бұрын
Heck. I've been looking for a framework to make web interfaces for my Discord bot. This will be absolutely perfect. Thank you!
@my0wn0p1n10n Жыл бұрын
Looking forward to the rest of this Flet series!
@vxsniffer Жыл бұрын
wow! Flet looks very promising! Thanks for this tutorial... we want more!
@kartik.thummar Жыл бұрын
flet is a great alternative of a flutter in python, but there no documentation regarding creating a apk file for an Android. Let me know if anyone know.
@mr_minepiesek Жыл бұрын
Beacouse this still is only the plan for future
@user-Oleksandr_ec7bp6cq9g8 ай бұрын
Many thanks for this tutorial! I`m interested in cross-platform mobile development, but I don`t have much time to learn Flutter. Since I`m a Python developer - Flet looks awesome for me.
@QuransGems-zd1jd4 ай бұрын
btw, if you don't want the counter to go below zero, you can modify the decrement function, turning it into this : def decrement(control_event): text_number.value = str(int(text_number.value) - 1) if int(text_number.value) >= 0: page.update() else: text_number.value = str(0) print("You can't go lower than 0!")
@micleh Жыл бұрын
I'd very much like to use your tutorial in my computer science classes. I hope you'll continue with this tutorial.
@ramdanebachir9659 Жыл бұрын
superb , good explanation , good example , evrything is perfect ... wating for more ...
@chabaniuk-m Жыл бұрын
Excellent framework, I want more tutorial videos!
@jakuwoks Жыл бұрын
The "enum" module might be a good idea for a video For someone who loves explicity, enums might be great!
@elricho72 Жыл бұрын
Great explain and video, we'l wait for more .
@scatr1x Жыл бұрын
Hi, I came across your KZbin video today and you have a wonderful voice, presentation of material and literacy. I wanted to see Django courses from you, if you have an idea about this framework, please release a series of videos about Django!
@rantalbott6963 Жыл бұрын
Another great job of packing in a lot of info concisely and clearly. Thanks. I do have one question, though: why did you import TextField and ControlEvent separately? I like the practice of "import modulex as mx" and using "mx.method()" everywhere: it avoids confusion saves typing, and is somewhat self-documenting. Was it because "ft.longsubmodulename.ControlEvent" is ugly and typo-prone? Or does flet not import it automatically?
@fist4fun Жыл бұрын
Great content. I'm all interested in.
@higiniofuentes2551 Жыл бұрын
Thank you for this very useful video!
@elja-ilarisuhonen22358 ай бұрын
Request for content; Exact workflow of deploying Flet (and/or) Flutter app on appwrite, with user authentication and database. Preferably with Windows user experience taken into consideration too.
@СтепураАндрій7 ай бұрын
Thanks a lot for this turorial!
@grossibp11 ай бұрын
@Indently Hi, do you have also a problem of transparency for the main page to be and the buttons for example in that page to not be transparent? For me it's not working, for some it works.
@Whatthetrash Жыл бұрын
This is awesome! I build the counter app, but when I tried to upload it to Render the deploy failed (couldn't find requirement anyio==4.0.0). Regardless, this is super-exciting! Looking forward to learning more! :)
@grossibp Жыл бұрын
Did your IDE by fast typing add by mistake some additional library in the import section? Just a guess.
@Whatthetrash Жыл бұрын
@@grossibp When I made a requirements.txt for the hosting with 'pip freeze > requirements.txt' one of the things in that file was anyio==4.0.0. I think it may be the version of Python available on Render (which I think is 3.7) Maybe I can get it to use a later version of Python. I'm on 3.11.0
@YigalBZ Жыл бұрын
Thanks for a very good video. I hope you will show soon the flow from here to publish on google play store.
@andreasexner6790 Жыл бұрын
Thank you for this good video! I've installed flat to add a GUI to my Python projects. Is this covered by one of your videos? Thank you!
@omaral-halabiah2851 Жыл бұрын
I Like flet lib , plz make more tutorials about this library if possible
@shmuelk3018 Жыл бұрын
Hi can you make a video about the NiceGUI library , please
@ga3irovka6 ай бұрын
hi can use please help me?, i write the all code from the video click on run and the window show up but nothing in it only the gray background
@codemedio6418Ай бұрын
Do we have to understand flutter before go to flet ?
@xanperna7 ай бұрын
Hey so the saving works when you run the code within vscode, but when i packaged the py code into an app with flet and pyinstaller, it no longer would save the text when closing and reopening? do you know why this is or do you know what the fix for this would be?
@RomaricOnana Жыл бұрын
Are the mobile apps created with Flet native ? Thank you, Great video!
@Indently Жыл бұрын
I have no idea to be honest, Flet is relatively new so I doubt it. But I would love to hear from anyone else that knows about some apps created with Flet!
@higiniofuentes2551 Жыл бұрын
Is this better than kivy, etc? Thank you!
@P0lntL3sS9 ай бұрын
Do you know if it's possible to use Flutter BLE libraries with Flet?
@LaylaMohsen9910 ай бұрын
i did the same and Process finished with exit code 0 but the window of the app does not show . WHy ?
@manolomonetha8238 Жыл бұрын
Is there any other benefit of using flet to build flutter apps, instead of being able to use python instead of dart? Because if it is the only advantage, I think there are a lot more disadvantages the biggest one (very simplified) being that flutter already is wrapper for applications written in swift/objective-c , kotlin/java and javascript/css/html therefore lacks some native functionalities, wrapping this again using flet will even shrink the functionalities a lot more...
@sudeepdubedi1460 Жыл бұрын
Flutter is not a wrapper, it's a different engine altogether.
@manolomonetha8238 Жыл бұрын
@@sudeepdubedi1460 As I said, my explanation was very simplified. But thanks for the addition.
@Suto_Ko Жыл бұрын
yeah, you're right that one of the main advantages of using Flet is being able to use Python instead of Dart. However, it's important to consider the trade-offs. Flet is still in its early stages and may not have the same level of functionality and community support as Flutter. Additionally, wrapping Flutter with Flet might introduce additional layers of abstraction that could impact performance and native functionality. It's always good to weigh the pros and cons before choosing a framework.
@manolomonetha8238 Жыл бұрын
@@Suto_Ko That is exactly what I meant.
@johnmahugu6 ай бұрын
how did you do the --> None how can i do this in IDLE?
@linuxeducation4058 Жыл бұрын
I think separating the object from the module is a better approach from flet import app, Page, TextField ...
@Indently Жыл бұрын
Curious to hear why you think so?
@linuxeducation4058 Жыл бұрын
There are many reasons -> clear code. We should import only the objects we use. If I create a new composition based on Container, I only need Container Example: my_own_flet_modules from flet import Container class NewWidget(Container) pass from flet impoert app, Page, Text, NewWidget You know It works ;)
@Lord_Shan Жыл бұрын
Дякую, саме шукав просте рішення щодо створення GUI + WebUI.
@rowenwong2795 Жыл бұрын
Hello, nice video. I like your IDE, can i know where to download or its just a video editted ui
@thepuffinbirdprotocol Жыл бұрын
in dark mode how make the box white and digits dark? how set upper and lower limits, f e: 0 and 999?
@Pawlo370 Жыл бұрын
Incredible and fun fact flet means flute in Polish 🇵🇱
@mr_minepiesek Жыл бұрын
jako ciekawostka powiem że tłumacz google tłumaczy flet jako "flota"
@forethiocodingstaffАй бұрын
help for flet webview issue.
@marcelltoth97376 ай бұрын
love it
@deshanjayasooriya80823 ай бұрын
How to did you typed arrow before none tell me how
@blasandresayalagarcia34729 ай бұрын
Vertical alignment isn't working for me. Horizontal alignment works, but not vertical
@yogeshchauhan9401 Жыл бұрын
Can we upload these apps on playstore or app stores ?😅
@fsdc10011 ай бұрын
i have a question, i've got an error AttributeError: 'TrelloApp' object has no attribute '_build_add_commands', i'm making trello clone tutorial from flet web, some one knows how can i solve this ?. thanks!
@GalaxyXcover-sc3gy Жыл бұрын
Any idea how to inject variables / objects into the target function? I don't prefer that that function becomes my main entrypoint for the whole application..
@Indently Жыл бұрын
I will be uploading plenty of tutorials an eventually get to that
@manullangjihan210010 ай бұрын
I got this error in Linux Mint. Gdk-CRITICAL **: 11:15:49.372: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed can anyone help me?
@Whatthetrash Жыл бұрын
Awesome video! What happened to the 'e' value that was passed into the decrement and increment functions? I didn't see it used and I was waiting to see how it would be used. If this can make ios/android AND web apps at once -- this is incredible! I gotta learn this! ^_^
@mohamyy857311 ай бұрын
How to create APK file with flet
@triggeredprogrammer Жыл бұрын
wooow ❤
@avkna1830 Жыл бұрын
do you have a discord server
@jishnujithu7003 Жыл бұрын
Can u share the code for creating a banking app using flet Can u do a video on that
@Indently Жыл бұрын
A multimillion dollar project made into a tutorial, I'll think about it 😅
@ipigtaiwan Жыл бұрын
@@Indentlylmfao
@rkdeshdeepak4131 Жыл бұрын
Foes it create a very large apk file?
@mr_minepiesek Жыл бұрын
For now flet can't create .APK file
@Ultra23Ahan Жыл бұрын
ty
@tikinfluence4 ай бұрын
Nice video, just that your extremely too fast in explanation it's hard to follow up the mechanism😢 for a fist time approach to flex
@Jeanpierrer1482 ай бұрын
This tutorial doesn't work anymore
@the_huge_knight Жыл бұрын
It's almost Javascript and it can be launched in browser.