I've followed your code and tried to fetch cryptocurrency details but unable to get the results. Here is the code - justpaste.it/3p3d3 could you please check and let me know what went wrong. Thanks!
I'm new to Flutter and Dart, and got VERY STUCK because I could not for the life of me figure out how to properly use a future builder to get a List from an API. It was driving me crazy, documentation didn't help me, but YOUR video did! Thanks!
Almost a year old and soo helpful. I completely agree with the other commentors on here. You have such a great teaching style. I'll be looking for your videos on Udemy. Thank you very much for sharing this information.
brother this is amazing content. i was stuck for a week until you taught me this. thank you very much. much better than some teachers at the top university
Thank You sooooooooooo Much sir I am very thankful for you I just started using flutter some days ago and was having a problem when handling HTTP Request it was always showing setstate called after disposing of and your setstate is not in widget tree, thankfully due to you I will be able to complete pending apps, You just gain a subscriber
Very simple and straightforward, especially when compared to the official documentation and Stack Overflow. You have another subscriber, keep up the excellent content!
This is simply amazing. I reckon the best tutorial on Flutter handling and displaying of Lists and Arrays. It helps me immensely on my very first Flutter-Django project Big 🍰 for you
Loved your tutorial! very simple yet full of information and easy to understand. hopefully more flutter tutorial videos to come because more and more developers (inlcuding me) are very interested to this new framework. please do also tutorials and ways how to display detail information using modals, snackbar and other widgets. for sure this will help a lot especially me myself. thanks. btw. i already subscribed in your channel. thumbs up!
2 years ago google said everyone leave java behind, focus now on kotlin. 2 years later google comes now with flutter and said "everybody stop wasting time with kotlin or swift, flutter is the way to go". Me, i said "keep building app with ionic cause it getting more and more stronger".
Very good video, very simple to understand. hope new more flutter related video in future as well. Kindly add some more video on MVC pattern in flutter (like BLoC) for JSON data parsing like product list and it's detail screen with all kind of information. Thank you.
thank you very much dude i want to do something very similar i have a database with name,phone,address,etc and display names on main page and when someone clicks , display everything i thought it will take a long time to learn because i am new to dart & flutter but after watching this video i think i can do it a lot quicker than i thought
Thank you soo much. I stuck the whole day and finally got this video And by the way, your voice is soo much relaxing please keep on making more videos on these topics.
HI, GREAT VIDEO TUTORIALS. I AM WATCHING AND LEARNING BY CODING SIDE BY SIDE. I HAVE A REQUEST FOR VIDEO TO MAKE FLUTTER LIST VIEW WITH REST JSON DATA WITH PAGINATION. KINDLY CAN YOU COVER HOW TO LOAD PAGINATED DATA INTO LIST VIEW IN FLUTTER IN YOUR NEXT VIDEO. THANKS
samarth, thankyou for your solution, but i have a problem the future builder build the whole list again when i pop from list tile, i mean when i click on list tile which has on tap facility and when i pop that screen the future build again add the same data to the list so it will be multiplied whenever i press and pop to the future builder screen, any Solution??
That's because the FutureBuilder is rebuilt every time the build method is called. You can fix this by either clearing your array inside the _getUsers Future or by pre-obtaining your Future.
Thanks a lot. It works fine until Minute 11:12. Writing -> return events; gives me errors. It says in the emulator within the red background: "NoSuchMethodError: Class 'List has no instance getter 'lenght'. Reciever: Instance(length:20) of '_GrowableList' Tried calling: length. Did i miss something?
The method 'Container' isn't defined for the class '_MyHomePageState'. Try correcting the name to the name of an existing method, or defining a method named 'Container'.dart(undefined_method)
Source code: github.com/samarthagarwal/FutureBuildInFlutter
thanks
Thank you
Smarth u contact no. Pls we are building app and would like to take u r service.. Pune +91-9270060180
Normally, I don't comment thanks on tutorial videos but your videos are not above normal.
I've followed your code and tried to fetch cryptocurrency details but unable to get the results.
Here is the code - justpaste.it/3p3d3
could you please check and let me know what went wrong.
Thanks!
I'm new to Flutter and Dart, and got VERY STUCK because I could not for the life of me figure out how to properly use a future builder to get a List from an API. It was driving me crazy, documentation didn't help me, but YOUR video did! Thanks!
Almost a year old and soo helpful. I completely agree with the other commentors on here. You have such a great teaching style. I'll be looking for your videos on Udemy. Thank you very much for sharing this information.
do you have any idea why he didn't use initState and setState here?
Even if no one is following , I am following you and I an really enjoying working with your videos on flutter.. Thanks
Very clear explanation. I am way late to Flutter and to watch this video and I regret it already. Thank you!
THE best tutorial on this matter out there! Saved my skin, thank you mate!
Simple and easy to understand when you'are explaining.... Thanks
By far the most educative video of Flutter with Json out there. Thank you for this.
Nice and clear reasoning and explanations
One of the best tutorials I have come across! Keep it up Samarth!
Meus parabéns. Sou brasileiro e não falo inglês, mas sua didática é tão incrível que entendi tudo.
This was literally the perfect guide. Thank you so much!
Yes !!
Great tutorial .. simple ,straight forward and EXPLAINS IN DETAIL ..I LOVE IT
Thanks!! I was pretty confused about Future Builder, this cleared everything
brother this is amazing content. i was stuck for a week until you taught me this. thank you very much. much better than some teachers at the top university
Thank You sooooooooooo Much sir I am very thankful for you I just started using flutter some days ago and was having a problem when handling HTTP Request it was always showing setstate called after disposing of and your setstate is not in widget tree, thankfully due to you I will be able to complete pending apps, You just gain a subscriber
Very simple and straightforward, especially when compared to the official documentation and Stack Overflow. You have another subscriber, keep up the excellent content!
This is simply amazing. I reckon the best tutorial on Flutter handling and displaying of Lists and Arrays. It helps me immensely on my very first Flutter-Django project
Big 🍰 for you
Very clear teaching.
Great explanation. Clear voice and clear understanding with perfect views.. am going to subscribing your channel now..
Loved your tutorial! very simple yet full of information and easy to understand. hopefully more flutter tutorial videos to come because more and more developers (inlcuding me) are very interested to this new framework. please do also tutorials and ways how to display detail information using modals, snackbar and other widgets. for sure this will help a lot especially me myself. thanks. btw. i already subscribed in your channel. thumbs up!
That's Perfect ... You really deserve a SUBSCRIBE ...
Precise, explain well, simply awesome. This is exactly what I was looking for!!!
Really excellent teaching bro,I understood the concept for the first time.Really excellent.Make more videos bro
Thank you very much, Samarth - exactly what I was looking for!
superb implemented staggered view with this concept
2 years ago google said everyone leave java behind, focus now on kotlin. 2 years later google comes now with flutter and said "everybody stop wasting time with kotlin or swift, flutter is the way to go".
Me, i said "keep building app with ionic cause it getting more and more stronger".
Samarth, please make more flutter videos. We need more content on it from creators like you.
Yes... you are *Samarth*
Means... efficient
Very good video, very simple to understand. hope new more flutter related video in future as well. Kindly add some more video on MVC pattern in flutter (like BLoC) for JSON data parsing like product list and it's detail screen with all kind of information. Thank you.
thank you very much dude
i want to do something very similar
i have a database with name,phone,address,etc
and display names on main page and when someone clicks , display everything
i thought it will take a long time to learn because i am new to dart & flutter
but after watching this video i think i can do it a lot quicker than i thought
Crazy explanation.. Loved it to its core. Beautifully done
Great one. Thank you . is there any example to refresh API while pulling the page. ? Thank you
Awesome video, just saved my life
Thank you very much.. It's so easy to understand
Amazing video, very clear and detailed explanation. Thank you!
So awesome. Very little code and the result looks g reat!
Hi samarth,
nice content pls pls make more video on Flutter
omg you're a saviour. thank you so much!
best tutorial on Future builder!! After watching so many video, finally found yours! Helped me a lot!! Thank you, brother! 🔥🔥
sweet and lovely tutorial
Very good tutorial. Thanks
thanks a lot, after watching tons of video finally your method worked.
Well-explained! 👍👍
Great Tutorial to understand JSON, hope for more complex parsing tutorials in the future ...
Simple straightforward and concise! 🙌 Awesome tutorial.
Superb explanation.
Thank you soo much. I stuck the whole day and finally got this video
And by the way, your voice is soo much relaxing please keep on making more videos on these topics.
Great tutorial and excellent explanation, Thank you
Really nice explained
Wonderful work
Thanks alot man, if I have an array called users {
Username,
Full name
}
Instead of a string, how do I get the values?
Great content with great explanation by great man.
Thank you so much.
Good tutorial, is possibile to implements a searchView ? Thank you
It was very lovely and was very helpful. Please do more flutter tutorials
Nicely done!!!
Very nice and simple bro
hey bro you are a gem!!!1 but we want more videos for flutter please make them
Great! Where can I get source code for this?
github.com/samarthagarwal/FutureBuildInFlutter
THANKS FOR MAKING THIS TUTORIAL . PLEASE ALSO ADD ADD TO FAVORITES FUNCTION
HI,
GREAT VIDEO TUTORIALS. I AM WATCHING AND LEARNING BY CODING SIDE BY SIDE.
I HAVE A REQUEST FOR VIDEO TO MAKE FLUTTER LIST VIEW WITH REST JSON DATA WITH PAGINATION.
KINDLY CAN YOU COVER HOW TO LOAD PAGINATED DATA INTO LIST VIEW IN FLUTTER IN YOUR NEXT VIDEO.
THANKS
such good content man. keep up the good work! thank you
Thank you, in this video I has learned how the FutureBuilder works. :)
Here is one example chat application with Firebase
ruclips.net/video/xgX0e9_YtX4/видео.html
Thank You , this is the Best tutorial to start
Great tutorial. Thanks Samarth
Thank you very much .this is so nice explanation
This was an awesome video! You covered exactly what I needed to know. Thank you.
This explanation was too sweet !!!
You are a king man
Wonderful experience with your tutorial, any help with Firebase realtime database. I can't seem to get it working
Good job bro! Your explanations are very helpful and clear.
samarth, thankyou for your solution, but i have a problem the future builder build the whole list again when i pop from list tile, i mean when i click on list tile which has on tap facility and when i pop that screen the future build again add the same data to the list so it will be multiplied whenever i press and pop to the future builder screen, any Solution??
That's because the FutureBuilder is rebuilt every time the build method is called. You can fix this by either clearing your array inside the _getUsers Future or by pre-obtaining your Future.
We want more tutorials from you 😍
Thank you for this one 😁🙏
Thanks for the good example, i looking for exactly this! :)
Amazing Video! Thanks!
Always showing loading. Why
exacly what im looking for
Very very nice 100% thank you for the tutorial ❤️
Flutter is really cool. Nice tutorial
Simple and Clear Cut
Thanks you very much. Your video helps me very much.
gracias amigo me sirvió mucho tu video!!!
Nice explanation... But how can we fetch more complex json response...?
Very good tutorial!! Thanks a lot! Please more of this stuff!
Good job keep it up
how to put favorite button in them
Great video bro! perfect speed and easy to understand
You are the best. Thank you so much!
Thats it....thats what i have been searching for
Amazing work sir :)
Thanks a lot. It works fine until Minute 11:12. Writing -> return events; gives me errors. It says in the emulator within the red background: "NoSuchMethodError: Class 'List has no instance getter 'lenght'. Reciever: Instance(length:20) of '_GrowableList' Tried calling: length. Did i miss something?
Martin Keil looks like you spelled "length" wrong.
Impressive presentation
how to display result method POST Request in Listview, tutorial please.. thanks.
Samarth this was an excellent video, thank you.
Can I use future builder for Firebase Realtime database also??
Great Video
Thank you so much very useful one
The method 'Container' isn't defined for the class '_MyHomePageState'.
Try correcting the name to the name of an existing method, or defining a method named 'Container'.dart(undefined_method)
Hey, can you create a video on sqflite database package in flutter.? Where we can insert and retrieve values that was inserted in a textfield.
You save my day