/task

Complete task and share github code url below: Make a local json file with properties product name, photo src link, price, description. You can keep json file and photos inside asset folder. Show all the product as gridview in homepage. When user click on any product image or product title it will open another activity and load product name/title, photo, price, description on new activity. Now add a buy button at the end of the second activity and capture price dynamically and show it using snackbar or alert dialog.

Primary LanguageDart