Flutter Tutorial : Container, Rows & Columns | Flutter Course for Beginners

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 19

  • @RetroPortalStudio
    @RetroPortalStudio  4 роки тому

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

  • @brunoaugusto6905
    @brunoaugusto6905 5 років тому +4

    Thank you, dude. I'm really happy with Flutter development. People like you, helping other by your own, really motivate me!

  • @jeffre4395
    @jeffre4395 5 років тому +3

    Thanks for the introduction to Flutter

    • @RetroPortalStudio
      @RetroPortalStudio  5 років тому +1

      Pleasure's all mine! Hope you find whatever you wish to learn about flutter here! Feel free to suggest more content! Thanks 😊

  • @JobaerArman
    @JobaerArman 4 роки тому +1

    Very useful content to learn about basic layout of flutter. Well, I would request you if you would minimize the project window which would give more space to the right. Then you can resize the studio window to make room for the emulator. Then we'll be able to watch the emulator & code window at the same time. Thank you.

  • @deepan2k11
    @deepan2k11 5 років тому +2

    Well Explained. Thanks !

  • @hafizibtisam
    @hafizibtisam 3 роки тому

    I run this code in this way
    class HelloRectangle extends StatelessWidget {
    @override
    Widget build(BuildContext context) {
    return Container(
    child: Container(
    width: 200.0,
    height: 200.0,
    color: Colors.greenAccent,
    child: Padding(
    padding: EdgeInsets.all(10.0),
    child: Center(
    child: Text(
    'My App',
    style: TextStyle(fontSize: 40.0),
    )),
    ),
    ),
    );
    }
    }
    My question is "When I run this code padding does not work on Container!
    Please give a solution.
    Thanks
    Regards: #hafizibtisam

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

    Content is amazing but nesting of widgets can go huge which makes maintenance of code difficult.

  • @mithuns8410
    @mithuns8410 4 роки тому +1

    Very good 👍

  • @arunkaruppaiah971
    @arunkaruppaiah971 4 роки тому

    While implementing the Row inside Container, why the placement of widgets starts in the middle of container, instead of starting from top-left?

  • @se7en2021
    @se7en2021 4 роки тому +1

    Indians for the win !

  • @carlknightcoph9494
    @carlknightcoph9494 3 роки тому

    how about both row and column?

  • @lifedreamtv
    @lifedreamtv 4 роки тому

    This is probably a loaded question for UA-cam comments, but how would I create a layout with a gradient background, and a Column with an Image and Text object. I'll make the question a little easier to answer on here (I think) --> Would I start with Row, than Column, than Container, OR Container, than Column, OR do I have it all wrong? LOL Thanks in advance!

  • @kingcedric7120
    @kingcedric7120 4 роки тому +1

    Video starts at 10:40

  • @santoshthapa1679
    @santoshthapa1679 4 роки тому +1

    are you indian??