Skip to content

Instantly share code, notes, and snippets.

@manas-raj-shrestha
Created February 2, 2022 14:54
Show Gist options
  • Save manas-raj-shrestha/9989804d1169da570a0eed1b3b9170f3 to your computer and use it in GitHub Desktop.
Save manas-raj-shrestha/9989804d1169da570a0eed1b3b9170f3 to your computer and use it in GitHub Desktop.
Flutter Unit Test Product Listing
{
"products": [
{
"id": 1,
"imageUrl": "https://i.imgur.com/oYZbJFb.jpg",
"name": "MacBook Pro 16-inch model",
"price": 2399
},
{
"id": 2,
"imageUrl": "https://i.imgur.com/b11y1Fx.jpg",
"name": "AirPods Pro",
"price": 249
},
{
"id": 3,
"imageUrl": "https://i.imgur.com/ls9RE3E.jpg",
"name": "COZMO Original",
"price": 190
},
{
"id": 4,
"imageUrl": "https://imgur.com/ZNcgbvM.jpg",
"name": "Furbo Dog Camera",
"price": 199
},
{
"id": 5,
"imageUrl": "https://imgur.com/Rol3RzL.jpg",
"name": "Dyson V11 Torque Drive Cordless Vacuum",
"price": 674
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment