Top 16 Dart Tips and Tricks Every Flutter Developer Should Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 55

  • @RetroPortalStudio
    @RetroPortalStudio 4 ปีที่แล้ว +29

    This is a gem 💙💎

    • @CodeWithAndrea
      @CodeWithAndrea  4 ปีที่แล้ว +5

      Thanks a lot. I’m a fan of your channel, so it’s great to hear this.

    • @skarrin6207
      @skarrin6207 4 ปีที่แล้ว

      Oh hi paras

  • @ethan-youtubetips4325
    @ethan-youtubetips4325 4 ปีที่แล้ว +17

    You got me watching the whole video. Thumbs up 👍

  • @rayanfernandes2631
    @rayanfernandes2631 4 ปีที่แล้ว +9

    Woah man that was pretty good and consise demonstration of dart ... I learnt a lot of good stuff today!

  • @vibinu7589
    @vibinu7589 4 ปีที่แล้ว

    Best flutter channel in TH-cam!🤩

  • @workflop4117
    @workflop4117 4 ปีที่แล้ว +2

    Thanks for sharing Andrea

  • @DenzilFerreira
    @DenzilFerreira 4 ปีที่แล้ว +5

    This is a masterpiece!

  • @delikinVlogs
    @delikinVlogs 3 ปีที่แล้ว

    GOLD!!! THIS IS GOLD!!!

  • @sureshchakma1145
    @sureshchakma1145 3 ปีที่แล้ว

    I bought your dart course from Udemy... and i am practicing... thanks you

  • @joranmulderij
    @joranmulderij 3 ปีที่แล้ว +1

    This is amazing! They are all very useful. 6 of them where at least partially new to me.

  • @mrunfunny
    @mrunfunny 4 ปีที่แล้ว

    Great Video. Keep it up Andrea.

  • @Pedro5antos_
    @Pedro5antos_ 2 ปีที่แล้ว

    Thanks for sharing!

  • @denzell5070
    @denzell5070 4 ปีที่แล้ว

    Thank you. I'm definitely purchasing the course.

  • @MisterNorthernCanuck
    @MisterNorthernCanuck 3 ปีที่แล้ว

    Absolute gold.

  • @ahteramkhattak2243
    @ahteramkhattak2243 3 ปีที่แล้ว

    nice ... very informative

  • @3mro_coding
    @3mro_coding 3 ปีที่แล้ว +1

    Did you show ur localhost as https how? Adding self signed ssl? To the vhost?

  • @mao_716
    @mao_716 3 ปีที่แล้ว

    Awesome!

  • @LinJheYi
    @LinJheYi 4 ปีที่แล้ว +3

    Unfortunately Tip #2 is wrong, Future.wait didn't run Futures concurrently, it just run them sequentially in current isolate/event loop, and give you all result after every Future is finished. If you want real concurrency, you should spawn new isolates.
    For example:
    void main() async {
    await Future.wait([
    Future(() { for (int i = 0; i < 5; i++) { print(i); } }),
    Future(() { for (int i = 0; i < 5; i++) { print(i); } }),
    Future(() { for (int i = 0; i < 5; i++) { print(i); } }),
    ]);
    }
    It'll print 1,2,3,4,5,1,2,3,4,5,1,2,3,4,5, instead of 1,1,1,2,2,2....

    • @marflage
      @marflage 3 ปีที่แล้ว

      Thanks for informing!

  • @devsbuddy
    @devsbuddy 2 ปีที่แล้ว

    What a coincidence I just had to show data from the map in UI and I was spitting each entry manually suddenly map iteration part comes and I used it instead Thank You, Creator.

  • @Fanaro
    @Fanaro 4 ปีที่แล้ว +1

    The chaptering really helps. 👍

  • @jjsebastianfuertes
    @jjsebastianfuertes 4 ปีที่แล้ว +2

    Great content! 💯

  • @yogenp
    @yogenp 4 ปีที่แล้ว

    Love this. Awesome content.

  • @yankodiev
    @yankodiev 3 ปีที่แล้ว

    Excellent! 👍

  • @alexey5174
    @alexey5174 4 ปีที่แล้ว

    Useful, thanks!

  • @ianpaul9262
    @ianpaul9262 3 ปีที่แล้ว

    Very informative video!

  • @cromuelbarut9859
    @cromuelbarut9859 6 หลายเดือนก่อน

    I learned a lot

  • @raul286162
    @raul286162 4 ปีที่แล้ว

    This information is gold ❣️

  • @fahadkhatri4318
    @fahadkhatri4318 4 ปีที่แล้ว

    Excellent 👍 👍 👍

  • @abdelouahedmedjoudja2163
    @abdelouahedmedjoudja2163 4 ปีที่แล้ว

    Great video thanks

  • @shakilmakram6923
    @shakilmakram6923 3 ปีที่แล้ว

    thanks for the tips

  • @bm830810
    @bm830810 4 ปีที่แล้ว

    great tips, many thanks

  • @nicolasdupere
    @nicolasdupere 4 ปีที่แล้ว

    So, so good! Thanks!

  • @johncerpa3782
    @johncerpa3782 4 ปีที่แล้ว

    Great tips

  • @techhublearn1
    @techhublearn1 3 ปีที่แล้ว

    Hi Andrea sir can you suggest some interesting college project using flutter.

  • @MikeNugget
    @MikeNugget 4 ปีที่แล้ว +1

    Nice video!
    What shortcut do you use in VS Code to quick import files from the same directory?

    • @carlosfvp
      @carlosfvp 2 ปีที่แล้ว +2

      I guess he is just pressing the Undo shortcut to show the code he is explaining.

  • @mr.thorcoder150
    @mr.thorcoder150 4 ปีที่แล้ว

    Professional 🔥

  • @yearsystem882
    @yearsystem882 4 ปีที่แล้ว

    thanks for the video brother :)

  • @whilelive
    @whilelive 4 ปีที่แล้ว

    Amazing

  • @rizalhadiyansah
    @rizalhadiyansah 4 ปีที่แล้ว

    Coooool!!!! Thanks!!!'❤

  • @riteshkumartiwari153
    @riteshkumartiwari153 ปีที่แล้ว

    great

  • @guilhermeaguiar2743
    @guilhermeaguiar2743 4 ปีที่แล้ว +1

    Sou do brasil nao sei falar ingles, mas meu parabens. Deu para entender algumas coisas

  • @ahmedadnan5875
    @ahmedadnan5875 4 ปีที่แล้ว

    awesome

  • @_chappie_
    @_chappie_ 3 ปีที่แล้ว

    I knew about some of these and I felt less newbie lop

  • @hemanth6951
    @hemanth6951 4 ปีที่แล้ว

    1:50 same thing in python __call__ method,👍

  • @void4904
    @void4904 4 ปีที่แล้ว

    Like first 💓

  • @theradinion6317
    @theradinion6317 4 ปีที่แล้ว +1

    thought this was about the sport

  • @mehmetedex
    @mehmetedex 4 ปีที่แล้ว

    cool

  • @pradeepkumarreddykondreddy7048
    @pradeepkumarreddykondreddy7048 2 ปีที่แล้ว +1

    It was too fast. I could not understand few of them.

  • @getsellwebshop7482
    @getsellwebshop7482 2 ปีที่แล้ว

    plz build a little vpn plz

  • @malaniniks
    @malaniniks 3 ปีที่แล้ว

    .

  • @antonyaz3506
    @antonyaz3506 ปีที่แล้ว

    One year of my experience in 12 minutes