Flet: What Is It?

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • Flet is a framework that allows building interactive multi-user web, desktop and mobile applications in your favorite language without prior experience in frontend development.
    flet.dev (Feodor Fitsner, Appveyor Systems Inc.)
    GitHub: github.com/cod...
    It's great to see Python produce such great UIs so quickly. I love Flet because of its ease of use and how beautiful the UI is with minimal planning. Turn your backend heavy ideas into attractive applications without having to learn some complex frontend!
    Flet Tutorials: • Video
    Special thanks:
    flet.dev
    Third Space Speed by Daddys Music from Pixabay
    Trap Hamza by Arulo from Mixkit.co
    #programming #flet #python #flutter #tutorial #programmingforbeginners #coding #newtechnology #frontend #frontenddeveloper #backendwebdevelopment #versioncontrol #github

ความคิดเห็น • 40

  • @codingjq
    @codingjq  ปีที่แล้ว +8

    If you can’t tell from my first five videos, I’m really excited about this UI framework! Tell me what you think of it below :)

    • @Trig525
      @Trig525 ปีที่แล้ว

      I've been following your flet tutorials and they are absolutely amazing! Your teaching style is clear and engaging, and I've learned so much already. Your tutorials are not only informative but also very inspiring. It's evident you put a lot of effort into creating these wonderful tutorials, and I really appreciate it. I'm eagerly looking forward to more tutorials from you. Keep up the excellent work!

  • @johnfabiani9630
    @johnfabiani9630 ปีที่แล้ว +13

    You need to continue to provide more content. This was a good start.

    • @codingjq
      @codingjq  ปีที่แล้ว +1

      Thanks a lot. I certainly will. I'm just starting to get a handle of this video editing stuff! Thanks for the comment.

  • @ocdkirby
    @ocdkirby ปีที่แล้ว +3

    I love how clean Dart’s stateless programming implementation is once you wrap your head around all the boilerplate, but this is an amazing way to get my programming friends that don’t want to learn a new language on the Flutter train. Exciting!

  • @akitoakito
    @akitoakito ปีที่แล้ว

    Loving this. The short quick video format reminds me of fireship which is complement. Keep up the great work. 👍

    • @codingjq
      @codingjq  ปีที่แล้ว +1

      Thanks! I'll keep trying to find exciting new tech!

  • @NickMak-m2c
    @NickMak-m2c 4 หลายเดือนก่อน

    Love it! I can't find a way to select text thought (to set dynamically as a variable mid-run or to tag, etc. You can do a whole morphos on any block but the ability to select text is pretty important considering just how much of pretty much any app you can think of deals with text

  • @abhinavk0929
    @abhinavk0929 ปีที่แล้ว +3

    I was starting to learn flutter but didn't like dart, now I can get all that with flet and python!!!

    • @codingjq
      @codingjq  ปีที่แล้ว

      Absolutely! You get all the beauty without a whole new language/way of working.

    • @tbadi-Tonny
      @tbadi-Tonny ปีที่แล้ว +2

      Dart is still a great language to learn though

    • @codingjq
      @codingjq  ปีที่แล้ว +1

      @@tbadi-Tonny Yeah, but I think a few of us are getting language learning fatigue :P

    • @tbadi-Tonny
      @tbadi-Tonny ปีที่แล้ว

      @@codingjq i guess it's a matter of how important flutter is to one's stack. I think dart has a higher compatibility with flutter than python and that might prove advantageous in the long run for someone who's taking flutter all the way. If it's only for experimentation and small projects, substitutes for convenience and time would do. IMHO

    • @flutter1747
      @flutter1747 10 หลายเดือนก่อน

      @@tbadi-Tonny I have only created one app in dart, which works quite well, I am aware that I am still a flutter beginner, but having programmed for years in C#, javascript, php, and python, I consider the syntax and structure of dart to be unnecessarily complex, I want to redo the same app with flet to compare the two languages I'm sure that with python the final code will be much more readable.

  • @NickMak-m2c
    @NickMak-m2c 4 หลายเดือนก่อน

    Do you know if there is a way to edit a selection of text that the user has highlighted?

  • @roccociccone597
    @roccociccone597 ปีที่แล้ว +3

    Great video. Definitely inspired by fire ship

    • @codingjq
      @codingjq  ปีที่แล้ว +1

      He is a great creator. I hope to add a fraction of value that he has to programming tutorial/news

    • @roccociccone597
      @roccociccone597 ปีที่แล้ว

      @@codingjq absolutely, the video was great. I didn’t know about it before and now I do xD

  • @kdzmuzo
    @kdzmuzo ปีที่แล้ว +1

    Hey! Great video! Can you please èxplain how to use flet + python to create a mobile application?

  • @GameplayAce
    @GameplayAce 9 หลายเดือนก่อน

    Can you teach us how to use flet using OOP? i've tried to instanciate a object and add icons to the screen through methods but it didn't work

  • @k98killer
    @k98killer 16 วันที่ผ่านมา

    This is so cool

  • @smart7760
    @smart7760 ปีที่แล้ว

    Hi, please Can you make a complete flet formation ?

  • @drendelous
    @drendelous 26 วันที่ผ่านมา

    im watching a 18h tutorial on tkinter. i need a much longer one to dive into flet

  • @NiratGyang
    @NiratGyang 2 หลายเดือนก่อน

    Full tutorial on flet pls

  • @narayan_gautam
    @narayan_gautam ปีที่แล้ว +1

    Can we export it to mobile apps?

    • @codingjq
      @codingjq  ปีที่แล้ว +1

      The Flet team is working hard to make exporting directly to mobile packages a thing but it is not yet available. However, you can substitute in the time being with an SPA.

    • @narayan_gautam
      @narayan_gautam ปีที่แล้ว

      @@codingjq Thnaks for info❤

  • @KevinArellano
    @KevinArellano ปีที่แล้ว

    Can you export to all platforms like C#?

    • @codingjq
      @codingjq  ปีที่แล้ว

      Do you mean does flet export packages that run on all platforms like the .NET framework? Then yes and no. You can pack flet on Mac, Windows, and Linux pretty easily but mobile is currently unsupported. Hopefully it will be soon. If you mean does Flet support C# at this time? Then no, that's down the line and Python is the way for now.

    • @KevinArellano
      @KevinArellano ปีที่แล้ว

      @@codingjq Yup, I asked falling asleep, checked it out earlier today. Thanks for the reply.

  • @raJeshraOte14
    @raJeshraOte14 ปีที่แล้ว +1

    thanks pls make beginner friendly flet videos🙏

    • @codingjq
      @codingjq  ปีที่แล้ว

      Hey! Just came out with another beginner friendly walkthrough. th-cam.com/video/rLTnxJbjZfs/w-d-xo.html

  • @pierreem0
    @pierreem0 ปีที่แล้ว +1

    it was a great video

    • @codingjq
      @codingjq  ปีที่แล้ว

      Thanks, I really appreciate the feedback!

  • @jag353
    @jag353 ปีที่แล้ว

    Nice

  • @im_the_raymond
    @im_the_raymond ปีที่แล้ว

    Cool

    • @codingjq
      @codingjq  ปีที่แล้ว

      Yeah, Flet's great. It's exciting to see projects like this one and Pynecone come out and push the envelope.

  • @mprogano
    @mprogano ปีที่แล้ว

    Moar flet

  • @flutter1747
    @flutter1747 10 หลายเดือนก่อน

    dart language sucks python is much more lightweight and versatile