Flutter Container Widget - Flutter Widget Essentials #2 | Flutter Tutorial

Поделиться
HTML-код
  • Опубликовано: 14 мар 2020
  • #flutter #flutterwidgets #container
    In this video we will be taking an in depth look at Flutter Container Widget. We will be taking a look at how Container works and how each of it property alters the behaviour and look and feel of Container Widget in Flutter.
    Previous Video (Center Widget): • Flutter Center Widget ...
    Next Video (Row and Column Widget): • Flutter Row & Column W...
    Announcement Video: • Flutter Widget Essenti...
    🔥 Auto-Generate Flutter Custom Paint Code TRY THIS FREE TOOL👇:
    👉 Flutter Shape Maker: fluttershapemaker.com
    🔥 Learn About the Most Important Widgets in Flutter 👇:
    👉 Widget Essentials Series: bit.ly/3GpfiYw
    👉🏻 Product Hunt: www.producthunt.com/posts/flu...
    (Your UPVOTE Means a lot! 🙌)
    If you find this video useful consider Supporting @RetroPortal Studio :
    👉 Buy Me a Coffee: www.buymeacoffee.com/theretro...
    👉 Patreon: / retroportalstudio
    Social Links @RetroPortal Studio :
    👉 Twitter: / theretroportal
    👉 Medium: / retroportalstudio
    👉 Instagram: / retroportalstudio
    👉 Patreon: / retroportalstudio
    👉 GitHub: github.com/retroportalstudio
    If you like the tutorial, please hit the LIKE and Subscribe button and also consider supporting me on Patreon or Buy Me a Coffee for More Flutter Tutorial on RetroPortal Studio.
    Thank you for Watching! Happy Coding :)

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

  • @RetroPortalStudio
    @RetroPortalStudio  4 года назад

    If you find this video useful, consider Following me on:
    Twitter: twitter.com/theretroportal
    Instagram: instagram.com/retroportalstudio
    Happy Coding! ✌️😁

  • @drabdullatifshahid
    @drabdullatifshahid Год назад +1

    Wonderful. This tutorial is interesting, cover all properties of container and method of teaching so simple. I recommend to all biggners see this video.

  • @hamza-325
    @hamza-325 3 года назад +3

    I never learned that Container can do such a lot of jobs! Great! Thank you for teaching us that!

  • @iamgg2059
    @iamgg2059 3 года назад +4

    The best tutorial for beginners or not. Keep up!

  • @abdullahwaheed8902
    @abdullahwaheed8902 2 года назад +1

    i just loved your in-depth explanation of flutter core widgets

  • @marwan2367
    @marwan2367 2 года назад +1

    Thank you

  • @jikiwiki
    @jikiwiki 4 года назад +1

    Really nice and good tot understand tutorials! Thanks for the awesome centent!

  • @Sovandy822
    @Sovandy822 4 года назад +1

    Great video! Waiting for more 👍

  • @kimvinhong560
    @kimvinhong560 4 года назад +1

    Thank you . great video .

  • @aayushsharma9984
    @aayushsharma9984 4 года назад +1

    Good job!!

  • @durgeshmamdapure
    @durgeshmamdapure 2 года назад +1

    Nice explanation 👏🏻👏🏻👏🏻👏🏻

  • @abedelrahmanyassen6765
    @abedelrahmanyassen6765 3 года назад +1

    nice 😀😀

  • @143143143vasu
    @143143143vasu 4 года назад +1

    Nice explanation

  • @PiyapanWeesapen
    @PiyapanWeesapen 3 года назад

    Very informative

  • @viplovebansal3085
    @viplovebansal3085 3 года назад +1

    good video!

  • @bendover1951
    @bendover1951 Год назад +1

    Thank you , You missed margin property I guess, anyways nice explanation.

  • @syedfaran770
    @syedfaran770 4 года назад

    love your Content. can you Make Video on Responsive UI

  • @GauravKawatrakir
    @GauravKawatrakir Год назад

    When we add alignment property, it overrides the Center property (container covers whole screen) and to control that we need to add width and height.

  • @Cuicui7474
    @Cuicui7474 4 года назад

    Love this serie, thanks man
    What would be your advice regarding the usage of a unique Container with center, transformation, expand, etc versus a composition of widgets that does the same thing (i.e. Center + Transform + ConstrainedBox widgets) ?

    • @RetroPortalStudio
      @RetroPortalStudio  4 года назад +1

      Most of the times there isnt much of a difference, There is one rule, keep things as simple as they can be. There will be relatively null performance loss. :D

    • @nicolascuillery4453
      @nicolascuillery4453 4 года назад

      @@RetroPortalStudio Thanks for your answer, I found an interesting input in the Padding documentation page. Container is actually a convenient wrapper that instanciates a composition of widgets depending on its properties: api.flutter.dev/flutter/widgets/Padding-class.html#design-discussion

  • @leonvanrijswijk8409
    @leonvanrijswijk8409 4 года назад +1

    Thanks, great overview. A little improvement would be if the emulator would be constantly visible, instead of switching.

    • @Cuicui7474
      @Cuicui7474 4 года назад +1

      I second that 👍

    • @RetroPortalStudio
      @RetroPortalStudio  4 года назад +1

      Applied! 😀👍 Thank you for the useful suggestion!

  • @hisamsikder9555
    @hisamsikder9555 Год назад

    how can i use image widget in container

  • @hasan8267
    @hasan8267 4 года назад +1

    Nice explanation