How To Create REUSABLE App Components In Python (Flet Tutorial)

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

Комментарии • 23

  • @Maesdy01
    @Maesdy01 11 месяцев назад +2

    This is the kind of video we need.especially for me as a beginner

  • @rafamartindominguez3196
    @rafamartindominguez3196 6 месяцев назад +1

    Amazing!! Your tutorials have really given me the inspiration to start coding with python and build some small projects in flet :)

  • @linuxeducation4058
    @linuxeducation4058 11 месяцев назад +1

    I'm here because flet is my next app development tool. Good job!

  • @anishpillai
    @anishpillai 11 месяцев назад +1

    This is a very smart method.
    I am using flet for a project that will require multiple window, like a main layout and then another for settings. I am struggling with passing the variable values from one window to another. I am still learning python and flet. Can you create a tutorial for creating multiple windows and layouts? That would be very helpful for me.

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 11 месяцев назад +2

    Good. You should also start the program using a class object instead of creating a `main` function.

    • @draven9677
      @draven9677 11 месяцев назад +1

      So there a specific reason for this?

    • @dipeshsamrawat7957
      @dipeshsamrawat7957 11 месяцев назад

      @@draven9677 Somehow specific, broh. For larger programs, it is good practice to take care of OOPS. And also, there are some twists (like build method) in Flet when using OOP paradigm, not just like Tkinter and other GUI libraries in Python and Java. So I'm curious about that.

    • @GameplayAce
      @GameplayAce 8 месяцев назад

      @@dipeshsamrawat7957 give me an example of how to do it, i'm trying to creante an instance of a class to iniciate the program bot it's not working

  • @rosaka14
    @rosaka14 11 месяцев назад

    Thank you!

  • @danielcrompton7818
    @danielcrompton7818 5 месяцев назад +1

    A shame user control is deprecated. You just directly inherit from the control, eg. Ft Row

  • @bennguyen1313
    @bennguyen1313 2 месяца назад

    Do all flutter packages work with Flet?
    For example, I'd like to do a real-time Windows desktop application that gets data from the usb/serial and updates either a gauge (kdgaugeview , syncfusion_flutter_gauges ) or if not possible... a line-chart (fl_chart).
    Have never used flutter, but I imagine the code has to be specifically written to either use mobile hardware , or Windows desktop hardware (pci, usb, etc)... i.e. it's not as simple as doing:
    flutter config --enable-windows-desktop

  • @EvelynOsokolo
    @EvelynOsokolo 5 месяцев назад

    Please teach us on how to package it to apk

  • @YouArgument
    @YouArgument 11 месяцев назад

    Thank you for the video ! In your opinion, which is more promising in terms of scalability and convenience? Reflex or Flet ? Thanks

    • @Indently
      @Indently  11 месяцев назад

      Never heard of Reflex, possibly someone else can step in here with their knowledge :)

  • @lucasx7292
    @lucasx7292 11 месяцев назад

    For horizontal alignment you need to use CrossAxisAlignment instead of mainaxis

  • @SatroDev
    @SatroDev 7 месяцев назад

    Es posible usar flet para hacer un editor de tile maps?

  • @aliasgar.burhani1099
    @aliasgar.burhani1099 11 месяцев назад

    Flet is awesome. But will wait until it gets a bit more mature.

  • @SatroDev
    @SatroDev 7 месяцев назад

    Es posible usar flet para hacer un editor de tile maps?

  • @sagshah10
    @sagshah10 11 месяцев назад

    Wow, great tutorial, but I really love how your Visual Studio auto formats the code, do you have a setup tutorial or can you make one please, especially at the end, love how it adds the parameter name on line 30 and 31

    • @Indently
      @Indently  11 месяцев назад +4

      Well for starters, this is the default layout from PyCharm.

  • @mohamyy8573
    @mohamyy8573 9 месяцев назад

    Hello .how to create apk

  • @francescot.neruda6855
    @francescot.neruda6855 11 месяцев назад

    🔝

  • @borgy3263
    @borgy3263 3 месяца назад

    Outdated tutorials