GetX - Part 2 (GetBuilder & Workers)

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

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

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

    My God! This is super informative! Thank you very much for explaining this nicely! Never even knew these things existed till now. THANK YOU & LOVE YOU

  • @RajA-me9cl
    @RajA-me9cl 4 ปีที่แล้ว

    Thanks for sharing your knowledge 🙏🏼

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

    Great.. this is very useful example

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

    Thank you! 👍

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

    can you create a video using getX, pagination API?

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

    hii sir, after hot reload, already added list data(@flowerList) removed.. what to do?

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

      **(@followersList)

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

      i need the data added permanently in the app.... u have any suggestion

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

      Do a hot restart, not a hot reload if you want the app to reset to default conditions. flutter.dev/docs/development/tools/hot-reload

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

      @@TheFlutterFactory Hii bro, i build apk file release. After installing apk file in my mobile phone.. tha followerList and (add) update function not work and not showed what to do..? Please help me. Bro

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

    debounce is not giving argument, just giving the value of count, so how can i get the argument in debounce, then i have to call the api with that argument.

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

      That's because I told debounce to listen for the count. You can pass in whatever piece of state you want. And calling an api could could replace the print statement.