Baseline (Widget of the Week)

Поділитися
Вставка
  • Опубліковано 26 січ 2022
  • Learn more about Baseline → goo.gle/33CHSaj
    Positioning widgets in Flutter is usually easy - you decide where they start and how big they are, and they're positioned! But what if you need to position a widget of unknown size such that its bottom aligns with a specific point? Well, for that, you need the Baseline widget!
    This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.
    DartPad → goo.gle/3G2TUqM
    Learn everything about Flutter at → goo.gle/2WAhEN1
    Get more tips! → goo.gle/FlutterWidget
    Subscribe to Flutter! → goo.gle/FlutterYT
    #WidgetoftheWeek #Widgets #Flutter
    product: Flutter - Development - User interface; fullname: Khanh Nguyen;
  • Наука та технологія

КОМЕНТАРІ • 47

  • @MohamedSamy-ly5gi
    @MohamedSamy-ly5gi 2 роки тому +35

    Another widget to make our work even easier. Thanks flutter team!

  • @AioriaPoderoso
    @AioriaPoderoso 2 роки тому +78

    I love to develop in Flutter I dosen't feels like work

    • @BO-nn9up
      @BO-nn9up 2 роки тому +4

      Me too! I loved to work with RN for mobile developing before but it working with RN was hard for me in various reason but now finally I feel like I found my old old friend

    • @jangrunwaldt604
      @jangrunwaldt604 2 роки тому +1

      Loooool same

    • @desdrianton5993
      @desdrianton5993 2 роки тому

      same

    • @longkhanh8544
      @longkhanh8544 2 роки тому +2

      @@BO-nn9up me too, I dont want to back to native (Android ,Ios developer)

  • @SergeMatveenko
    @SergeMatveenko 2 роки тому +30

    I've discovered this one myself. Saved me a ton of work once.

  • @InstaKane
    @InstaKane 2 роки тому +2

    I’m interested in developing an app with flutter. Does it still have that animation stuttering or had that been fixed? Thanks

  • @vikasgoutam02
    @vikasgoutam02 2 роки тому +9

    developing in flutter like making a game its fun😄

  • @md.rahamatullah4808
    @md.rahamatullah4808 2 роки тому

    oh great another widget . Thank you flutter team !!

  • @frontcall
    @frontcall 2 роки тому

    thank you flutter!

  • @erlangparasu6339
    @erlangparasu6339 2 роки тому

    thankyou flutter team

  • @hyungtaecf
    @hyungtaecf 2 роки тому +14

    Wow I think this will solve a bug I’m getting in some devices!

    • @KhanhFlutter
      @KhanhFlutter 2 роки тому

      Yes!! Please report back :)

    • @alexmercerind
      @alexmercerind 2 роки тому

      @@KhanhFlutter are you Google employee?

  • @vlad1slove1
    @vlad1slove1 2 роки тому

    thank you!

  • @ahmedtiger3809
    @ahmedtiger3809 2 роки тому

    Flutter team 🔥🐐

  • @heshansandeepa9471
    @heshansandeepa9471 Рік тому +1

    Very Nice

  • @franksalazar1788
    @franksalazar1788 2 роки тому

    Amazing

  • @SyntacOps
    @SyntacOps 2 роки тому

    Nice!

  • @samengsberg875
    @samengsberg875 2 роки тому +1

    Oh No!... Anyway thanks for watching our videos. I got a chuckle.

  • @okbye2263
    @okbye2263 2 роки тому

    Only thing I worry about flutter is when using method channels
    Hope the native things will be added to the flutter itself.
    It's so haunting for me to use method channel and call native code

    • @siddharthagrawal2693
      @siddharthagrawal2693 2 роки тому +3

      it is what it is. It is up to the community the create more and more plugins of native code so that the need for writing native code is eliminated up to some point. But method channels can never be fully removed since there will always be something that u need to access from the native section

    • @siddharthagrawal2693
      @siddharthagrawal2693 2 роки тому

      Well you gotta trust the community innit? Thats the same for almost all frameworks. If the community isnt good, it becomes almost impossible to develop properly

  • @nested9301
    @nested9301 2 роки тому +4

    We need a widget to place a grid like we do in figma

    • @laybunzz
      @laybunzz 2 роки тому

      Can you say more? All I've ever done in Figma is look at other people's designs, so I'm not very experienced in the tools it offers.

    • @emeraldsanto
      @emeraldsanto 2 роки тому +1

      You've already got Column and Row, what else do you need?

    • @dennisbarzanoff9025
      @dennisbarzanoff9025 2 роки тому

      @@emeraldsanto css grid for example

    • @Adrian_kal
      @Adrian_kal 2 роки тому

      @@dennisbarzanoff9025 Grid()?

    • @dennisbarzanoff9025
      @dennisbarzanoff9025 2 роки тому +2

      @@Adrian_kal Grid is nothing like css grid layout. CSS grid layout is very powerful. Flutter grid just creates some same sized rectangles. CSS grid is staggered. There is a package for a similar thing, but I haven't tried it

  • @illia.romanenko
    @illia.romanenko 2 роки тому

    Emily is back? :)

    • @laybunzz
      @laybunzz 2 роки тому +3

      We still miss Emily, but this is Khanh Nguyen, who you can also see in the Learn to Fly series :)

    • @KhanhFlutter
      @KhanhFlutter 2 роки тому +5

      Hiya! What a compliment! I can only wish to be as awesome as Emily :)

  • @attibaloch2824
    @attibaloch2824 2 роки тому

    Please 🙏🙏🙏

  • @eugeniunicolenco250
    @eugeniunicolenco250 2 роки тому

    Bring back Filip

    • @craiglabenz9147
      @craiglabenz9147 2 роки тому

      We miss Filip, too, but he's enjoying life back in the Czech Republic with his family :)

  • @user-gf1nz8pi4m
    @user-gf1nz8pi4m 2 роки тому

    Why use Button {blabla} // Button instead XML? Very stupid idea IMHO