Skip to content

Instantly share code, notes, and snippets.

@isaacadariku
Created March 18, 2021 20:27
Show Gist options
  • Save isaacadariku/11bf2918140cd78fa7b3c4f210a978f6 to your computer and use it in GitHub Desktop.
Save isaacadariku/11bf2918140cd78fa7b3c4f210a978f6 to your computer and use it in GitHub Desktop.
A simple book json for a Flutter example app
[
{
"id":1,
"title":"Modern Buildings",
"author":"Ardi Evans",
"urlImage":"https://images.unsplash.com/photo-1615347497551-277d6616b959?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=692&q=80"
},
{
"id":2,
"title":"Busy City Life",
"author":"Lerone Pieters",
"urlImage":"https://images.unsplash.com/photo-1615346340977-cf7f5a8f3059?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
},
{
"id":3,
"title":"Sweets and Cakes",
"author":"Uliana Kopanytsia",
"urlImage":"https://images.unsplash.com/photo-1615351897596-d3a9fffb5797?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=665&q=80"
},
{
"id":4,
"title":"Vast Deserts",
"author":"Riccardo Andolfo",
"urlImage":"https://images.unsplash.com/photo-1615333619365-a44d7e655661?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1050&q=80"
},
{
"id":5,
"title":"Parkour",
"author":"Miguel Arguibide",
"urlImage":"https://images.unsplash.com/photo-1615286505008-cbca9896192f?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=962&q=80"
},
{
"id":6,
"title":"Cute Kitties",
"author":"Tran Mau Tri Tam",
"urlImage":"https://images.unsplash.com/photo-1615369794017-f65e6f0c0393?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80"
},
{
"id":7,
"title":"Beahces",
"author":"Josh Hemsley",
"urlImage":"https://images.unsplash.com/photo-1615357633073-a7b67638dedb?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=564&q=80"
},
{
"id":8,
"title":"Tides",
"author":"Carlos Mesa",
"urlImage":"https://images.unsplash.com/photo-1615185054269-363482a365ad?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=809&q=80"
},
{
"id":9,
"title":"Magnificent Forests",
"author":"Kellen Riggin",
"urlImage":"https://images.unsplash.com/photo-1615331224984-281512856592?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80"
},
{
"id":10,
"title":"Butterflies",
"author":"Navi Photography",
"urlImage":"https://images.unsplash.com/photo-1615300236079-4bdb43bd9a9a?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=700&q=80"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment