Flutter Tutorial - Parsing XML and JSON Data | Dart

preview_player
Показать описание
#flutter #json #xml

In this Flutter Tutorial i will be teaching you to parse XML and JSON data in Flutter. We'll be using a package called "XML" for parsing XML files :

We'll be Reading File from Assets and then Display the data in a ListView using FutureBuilder.
If you like the tutorial, please hit the LIKE and SUBSCRIBE button and follow me on Instagram & Twitter for future updates!

Happy Coding!
Рекомендации по теме
Комментарии
Автор

If you find this video useful, consider Following me on:
Happy Coding! ✌️😁

RetroPortalStudio
Автор

Thank you very much, very clear explanation

jerichokatende
Автор

Great tutorial. I have subscribed.
It has certainly got me started. I need to read a KML file, which has multiple levels, so I can display polyline layer on top of a Google Map. Can you tell me how I would do that? I'm missing something.

Thanks

andrewstevenson
Автор

RetroPortal Studio nice tutorial thank you i need some help for your side i do a soap request i got it a xml formatted a data but actually i want a xml inside a json data please help me

ndahood
Автор

Hi, do you know what is the function of 'get' working here?

zakkyang
Автор

Is this method working with more complicated JSON syntax, when is an array whose elements are more objects?

szarejas
Автор

Hey! can you help how can I get XML data from online, not from asset file?

shalinijoshi
Автор

Can you help with a nested loop
{
"id": 3,
"name": "Food&Nutrition",
"content": [
{
"id": 1,
"topic": "Baking",
"image": "assets/baking.png"
},
{
"id": 2,
"topic": "Fruitful living",
"image": "assets/drugs.png"
},
{
"id": 3,
"topic": "Project Management",
"image": "assets/nursing.png"
}
]
}

clementbabaniyi
Автор

Please share your computer specifications.

syedwajahathussain
Автор

there is an error calling the return type cant be null. can anyone tell why?

learningcurious
visit shbcf.ru