How To FIX Text Overflow In Flutter

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 16

  • @3litepker
    @3litepker Před 7 měsíci

    I really want to say that I’m inspired by your hard work and dedication to continuously upload. I really hope you gain the recognition you deserve.

    • @1ManStartup
      @1ManStartup  Před 7 měsíci

      Thanks, I appreciate the comment!

  • @pravinprince3221
    @pravinprince3221 Před 7 měsíci

    Thank you for the wonderful video sir, it is so helpful for me and my team and thanks again sir

    • @1ManStartup
      @1ManStartup  Před 7 měsíci

      Thanks for letting me know, I often think some of the video ideas won't be too helpful so it's good to hear this!

  • @mechul419
    @mechul419 Před 7 měsíci

    Thanks ❤

  • @rebarius
    @rebarius Před 7 měsíci

    Very good Video, but I would have explained that you need an Expanded Widget inside of a Row for an AutoSizeText Widget, because otherwise you run into a problem (Because some people tend to use AutoSizeText as a child of Column/Row directly).

    • @1ManStartup
      @1ManStartup  Před 7 měsíci +1

      Good point I should have highlighted that more clearly, hopefully people see this comment/ add the Expanded as I did in the video

  • @jeetchheda3675
    @jeetchheda3675 Před 2 měsíci

    can we do the same for Icons as well ?

    • @1ManStartup
      @1ManStartup  Před 2 měsíci

      I don't think this would work for icons, but it might

  • @hiimconnect3133
    @hiimconnect3133 Před 7 měsíci

    what about GetX ?

    • @1ManStartup
      @1ManStartup  Před 7 měsíci

      what about it?

    • @hiimconnect3133
      @hiimconnect3133 Před 7 měsíci

      Why not just use the sizes divided by the hight of the screen and you will be able to Simply open your application on any screen.. It will change the size of the fonts or the size of anything in the app so that it is suitable for the length and width of the screen

    • @1ManStartup
      @1ManStartup  Před 7 měsíci +1

      @@hiimconnect3133 In some cases that could work but not always. I think one main issue with that approach would be text becoming too large, going off the example I had above if the name was short, like Sam, it would fill the width of the space and be about as large as the image. Maybe that's what you would want but I doubt it.

    • @hiimconnect3133
      @hiimconnect3133 Před 7 měsíci

      @@1ManStartup Gotcha

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer Před 7 měsíci

    I hate when packages are not updated longer than few months. In case like that when package was updated 2 years ago Its a roulette.

    • @1ManStartup
      @1ManStartup  Před 7 měsíci +1

      Yes, using any package has it's risks. However this does still seem stable & my guess is unless something changes with the Text widget this package will be fine.