Thank you so much! Appreciate your hard work. Just an advice though - try adding the source code or a link to the source code in the video description. It is really helpful to see all the code in one place after having gone through the video once. Keep up the good work !
how about i have a forum, and it have a list of 50K items? can it load like 30 and load another 30 if they scroll down? can you teach how to connect to an vanilla forum? i found from the internet, nothing.
thank you very much, I really liked it. but i have one question is what i have to do if i want to update list of note, i meant how to clear list directly and get data again after delete
Can you say? From a Json in flutter how to display an object part and array of integer part only? For example, { "anObject": { "1" :"Item1", "2" :'Item2" }, "arrayOfObjects": [ { "item": 1 }, { "item": 2 }, { "item": 3 } ], "arrayOfIntegers": [ "1", "2", "3", "4", "5", ] }
Hi, I just followed what ever on your video tutorial but it seems it doesn't work on me at all, it showing me an error saying 'package:flutter/src/widgets/text.dart': Failed assertion: line 285 pos 10: 'data != null': A non-null String must be provided to a text widget Hope you could help me with this thanks
You are passing a null value to your Text widget and that's why you're getting that error, make sure that you initialize the variable you are passing in
i think it has something to do with the async task loading. You have to wait for it to load the data first. Maybe use a bool to show loading screen when there is no data loaded yet.
i'am try to call only 1 data from this tutorial, and give 1 error from debug, its say "RangeError (index): Invalid value: Valid value range " ,than the data show up succesfully. whats would i do if i want to catch only 1 data sir? thanks...
For this video I just uploaded a random json i found to github, link below, but in the real world you'd most likely hit some kind of a rest api. You typically don't get a raw image in a json. Typically you get an image url and then display the image from that url. raw.githubusercontent.com/boriszv/json/master/random_example.json
Thank you so much and share a nice tutorials!! But I have some question, there are some error ```Dart Unhandled Exception: type '_InternalLinkedHashMap' is not a subtype of type 'Iterable', stack trace: #0 _MyUserState.fetchUserTest```. Is there any solution I can solve this?? Thank you so much that you take a look my comments
Now I solved this issue To solve this issue make sure you should not use 'Key' value in `Express.js`. -> like `return res.json({'key': rows}); convert to --> `return res.send(rows);
@@ProgrammingAddict It would be helpful for my next project but i need to finish what i work in 3 days so can you give me hint ? Would it be easier to fetch it by making it object ?
@@ProgrammingAddict thank you sir, I've seen the advantages of this plugin and I think it's really cool, but I'm still confused about what if I want to view the results of the json then it can be downloaded
This video is old, but this helped me so I'll comment anyway. Very straight to the point and helpful! Thanks
Thank you so much! I've gone through like a few dozen tutorials over this and this was the only one that I could get working.
I liked your pace of teaching!!
Thank you so much! Appreciate your hard work. Just an advice though - try adding the source code or a link to the source code in the video description. It is really helpful to see all the code in one place after having gone through the video once. Keep up the good work !
Fast and understandable, dont know others but I really liked it.
Interesting tutorial, but presented way too fast with your edits. Could be explained much better if you slowed down a little bit.
Thanks for your feedback
That's true
He rushed the tutorials
I noticed it as well but I just slowed down the video. That helped me
@@whatyoutubeviewerswant2628 Its true, I was the tutorial
I like how fast you are. Awesome tutorial!
Super tutorial, not really too fast but much better you had given a link to download the code example
I liked so much. Congratulations.
Thanks a lot!
عالی
Very nice
this video saved me. Thanks men
Nice explanation
Can you make some more
Adressing reading from complex json
And writing back
Just a full fledge one
Thanks
I probably will! Thanks for your feedback 😀
how about i have a forum, and it have a list of 50K items? can it load like 30 and load another 30 if they scroll down?
can you teach how to connect to an vanilla forum? i found from the internet, nothing.
Thanks so much... This one helped me a lottt!!
Excellent
i have a quesiton. how do you get the link for json cause I can't create one
Thank you so much it really helpful to me!!
Short and clear.
I'm glad you understood the video!
thank you so much
God bless you
thanks alot for tutorial ❤️
i request to make tutorial on api response fetch in expandable list in flutter
thank you very much, I really liked it. but i have one question is what i have to do if i want to update list of note, i meant how to clear list directly and get data again after delete
what is the full url that you got the json data?
Hello, class 'List' is deprecated, can you answer what can i use instead
in widget build i can'd using setState !! Why
I also listen to ' The Way I am ' by Eminem
does this work if the JSON file is stored locally in an assets folder ?
Yes
Future loadNoteAsset() async {
return await rootBundle.loadString('assets/data.json');
}
Future parsePost() async {
var posts = List();
String source = await loadNoteAsset();
final parsed = jsonDecode(source);
for (var item in parsed) {
posts.add(Post.fromJson(item));
}
return posts;
}
@@mohidden thanks man!
How to make an authentication request with the Basic Token?
Can you say? From a Json in flutter how to display an object part and array of integer part only?
For example,
{
"anObject": {
"1" :"Item1",
"2" :'Item2"
},
"arrayOfObjects": [
{
"item": 1
},
{
"item": 2
},
{
"item": 3
}
],
"arrayOfIntegers": [
"1",
"2",
"3",
"4",
"5",
]
}
How to add button to get next element of json, ie. One element at a time, next on ontap function.
You'd probably have better luck posting this question on StackOverflow
Hi, I just followed what ever on your video tutorial but it seems it doesn't work on me at all, it showing me an error saying
'package:flutter/src/widgets/text.dart': Failed assertion: line 285 pos 10: 'data != null':
A non-null String must be provided to a text widget
Hope you could help me with this thanks
You are passing a null value to your Text widget and that's why you're getting that error, make sure that you initialize the variable you are passing in
@@ProgrammingAddict where can I find it ?
i think it has something to do with the async task loading. You have to wait for it to load the data first. Maybe use a bool to show loading screen when there is no data loaded yet.
Future builder widget might help solve this too.
انت عملت string في map لماذا ما مفروض تكون dynamic
i'am try to call only 1 data from this tutorial, and give 1 error from debug, its say "RangeError (index): Invalid value: Valid value range " ,than the data show up succesfully. whats would i do if i want to catch only 1 data sir? thanks...
add the value in item_count: list.length
Hello. The video is very helpful. I have ome request. Can you make a video with 'dio' package.
Thanks this works!
Awesome!
Jesus man, how do you expect anyone to follow you if you are flying at 500MPH???
nice tutorial
Thank you. Helped.
thanks!
Thank you so much
where is the json file to test the code !
Hello man can you help me!!
I'm trying to get two different data then put it in two listview in the same page in flutter
Wonderful part!!!
HOW TO SEARCH IN JSON LISTVIEW : ua-cam.com/video/EHt-QlGUoqY/v-deo.html
Hey, I have a doubt. where do you upload these json files? Where did you fetch it from? And can we retrieve images from that json file too?
For this video I just uploaded a random json i found to github, link below, but in the real world you'd most likely hit some kind of a rest api.
You typically don't get a raw image in a json. Typically you get an image url and then display the image from that url.
raw.githubusercontent.com/boriszv/json/master/random_example.json
@@ProgrammingAddict I may sound stupid to ask this question, but how do I create this rest api? Some links you might want to suggest ?
@@ProgrammingAddict link not working.
@@amuchand47 Link not working indeed...
Would like to see the json file too, if thats not too much trouble
thank you very much. can you tell me how to add load more button after 10 entries
Thank you so much and share a nice tutorials!! But I have some question, there are some error
```Dart Unhandled Exception: type '_InternalLinkedHashMap' is not a subtype of type 'Iterable', stack trace: #0 _MyUserState.fetchUserTest```.
Is there any solution I can solve this??
Thank you so much that you take a look my comments
Now I solved this issue
To solve this issue make sure you should not use 'Key' value in `Express.js`.
-> like `return res.json({'key': rows});
convert to
--> `return res.send(rows);
I am having the same error, can you please explain more?
perfect
do you know abt web3dart
how to search data from this list of json data
I will be making a video on that topic soon 😀
Can you please provide the code for the same?
How can i fetch JSON data if it's nested ?
I'll make a video on this soon
@@ProgrammingAddict It would be helpful for my next project but i need to finish what i work in 3 days so can you give me hint ? Would it be easier to fetch it by making it object ?
do you have a tutorial how to make that response json into a pdf file sir?
Check out this package pub.dev/packages/printing
@@ProgrammingAddict
thank you sir, I've seen the advantages of this plugin and I think it's really cool, but I'm still confused about what if I want to view the results of the json then it can be downloaded
could you put the link of your code
can you comment the JSON URL
thank you anyway, thank you very much.
MÁQUINA!!!!!!
where is Json url
Can you please make a tutorial on XML data as well as a response
Nice idea. Should be out in a week or so
by copy-pasting you made your video a billion time more worse. nice.
This is not working with firestore data
No it's not
Please share the source code on Github.
thank you
great! less talk on point.
Thanks, I'm glad you liked it!
can you share the codes ?
çok iyi!!!
helped
Nice tutorial, yes too fast!!
Спасибо
It's a too fast approach to teach someone.
skipped a lot and got me lost.
pretty bad