Hi, good explanation and nice video. If I can leave a quick tip, you should pay attention to naming conventions in functions and file names, for example ReadJsonData() should be start lower case, and file name should product_data_model. This can encourage new flutter developers to follow good coding principles. Thanks!!
thank you sir for great tutorial but I've a ques what if we create a image folder inside the assets folder and store our images then how we can get those images using json file...suppose assets/image/shoes.jpg and in the json file "image" : "assets/img/shoes.jpg"
In this video tutorial we have json file which have imageurl to show image from internet instead of that you must define, in json the path of your assets folder Image like this "image": "assets/img/shoes.jpg" and then in Flutter Code make use of Image.asset(items[index].image.toString()), instead of NetworkImage That's it
@@ProtoCodersPoint sir i've one more ques I wanted to play audio when we tap on the one of the item in the list view using same code (title + image + audio) using json file how we can do that??
@@ProtoCodersPoint ok, i mean how can use image assets in place URL, i mean if i have image in assets not i have url, how can use there, How do I call the image in place url, i hope you understand, thanks
@@ProtoCodersPoint I dont see it.. honestly. Don't mind it though. Good job with this one :) Can you make a tutorial on how to read into a json file from an app and store it, and read it back as a list or something
@@vayugnath1358 I already make a video on same concept but it's not exactly same as you requested Check it out ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ExgP_SAseN8.html Learn from this video and apply your logic if you are not able to do tell me I will soon make a video on the same