@@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
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.
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.
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
Thanks for sharing your knowledge 🙏🏼
You're welcome. Hope it helps
Great.. this is very useful example
Thank you! 👍
can you create a video using getX, pagination API?
hii sir, after hot reload, already added list data(@flowerList) removed.. what to do?
**(@followersList)
i need the data added permanently in the app.... u have any suggestion
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
@@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
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.
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.