Beginning Flutter - Introduction to Flutter and Dart

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

Komentáře • 36

  • @princejonnyjuniorjones426
    @princejonnyjuniorjones426 Před 3 měsíci +2

    I really like how you have simplified everything. I have been learning Flutter for a while and your videos are great to watch because instead of diving straight into things, you help with understanding both the concepts and the way to think that is needed to apply the concepts. Best of all, your videos are short and to the point!

    • @JediPixels
      @JediPixels  Před 3 měsíci

      Thank you, I greatly appreciate it.

  • @charankumar4154
    @charankumar4154 Před 4 lety +9

    This is one of the best video made on flutter explaining in short and crispy.... Loved it... 👍

  • @marklloydanabeza
    @marklloydanabeza Před 3 lety +4

    awesome... I feel like I hit a jackpot. Its been 1 week since I started flutter but the problem is, I've been overloaded with too much information reading from articles to articles and it made me confused. I don't know where to start until I read your article on medium. Thank u so much. God Bless u.

    • @JediPixels
      @JediPixels  Před 3 lety +1

      Thank you, I appreciate it and God Bless you too.

  • @rmkracht
    @rmkracht Před 4 lety +1

    Very impressive. I'm not sure how this video doesn't have as many likes as it does views. You appear to be a natural teacher. It's clear that you gave much thought to choosing the information that you presented and you delivered it in a way that made it clear and easy to understand. I'm looking forward to the rest of your videos.

    • @JediPixels
      @JediPixels  Před 4 lety

      Thank you so much, I appreciate it. Yes, I have more videos planned.

  • @pauloCosteira
    @pauloCosteira Před 3 lety +1

    Man your channel is the best channel the youtube, please don't stop

  • @diponkordip1614
    @diponkordip1614 Před 3 lety +2

    Best videos on Flutter, Carry on.
    Are you guys planning anything on Flutter advance tutorial too? That will be great

  • @user-or7ji5hv8y
    @user-or7ji5hv8y Před 3 lety +1

    Suggestion video on state management

    • @JediPixels
      @JediPixels  Před 3 lety

      I did a basic "Flutter's Way State Management" video at czcams.com/video/Dw6xGvzcF14/video.html and I might make a much deeper one in the future. Thanks for the suggestion.

  • @busesofpakistan5927
    @busesofpakistan5927 Před rokem +1

    carry on

  • @CtrlClick00
    @CtrlClick00 Před 4 lety +1

    Really helpful explanation

  • @digitech_chiragvedant
    @digitech_chiragvedant Před 4 lety +1

    Great tutorial

  • @JobaerArman
    @JobaerArman Před 4 lety +1

    Off topic question: how to format numbers to be comma separated? E.g. 123456789 = 123,456,789

    • @JediPixels
      @JediPixels  Před 4 lety +1

      You can use the intl package and this page shows the number formatting options pub.dev/documentation/intl/latest/intl/NumberFormat-class.html
      For example you can use NumberFormat("#,##0.00").format(125900) and returns 125,900.00. The intl package can also format currency, dates and so many more.

    • @JobaerArman
      @JobaerArman Před 4 lety +1

      @@JediPixels You saved me man. Finally I got the answer. Thank you so much.

    • @JediPixels
      @JediPixels  Před 4 lety

      @@JobaerArman My pleasure... glad it worked out.

  • @bt3tun3smusic73
    @bt3tun3smusic73 Před 4 lety +1

    Nice

  • @kasandrop
    @kasandrop Před 4 lety +1

    "Each widget is a build method with a build context that handles the location of the widget in the widget tree.
    The build context objects are actually element objects and an >>incentive>incentive

    • @kasandrop
      @kasandrop Před 4 lety

      Replying to my question. Yes It is explained in the next part of the tutorial.
      Just the mystery word between >>

    • @JediPixels
      @JediPixels  Před 4 lety +1

      @@kasandrop The word is instantiation, meaning the creation of a real instance

    • @kasandrop
      @kasandrop Před 4 lety +2

      @@JediPixels thank you very much. I would never guess that you say there instantiation. Now it gets some sense to me .

    • @JediPixels
      @JediPixels  Před 4 lety

      @@kasandrop I think my tongue got in the way when I was pronouncing it. :) Hehe...

  • @sharbelokzan9673
    @sharbelokzan9673 Před 4 lety

    Great video thank you
    Can you please tell ne what software or website did you use to make the animation?

    • @JediPixels
      @JediPixels  Před 4 lety +1

      Thank you and I use Doodly at www.doodly.com/

    • @JediPixels
      @JediPixels  Před 4 lety

      ps: They also have a one time purchase price at www.doodly.com/onetime/offer-fb.php

    • @sharbelokzan9673
      @sharbelokzan9673 Před 4 lety +1

      @@JediPixels tnx a lot 🙌
      Appreciate it