Skip to content

Instantly share code, notes, and snippets.

@felangel
Created December 27, 2018 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felangel/ce8e9d5f6343a7bfed25f569109f60c9 to your computer and use it in GitHub Desktop.
Save felangel/ce8e9d5f6343a7bfed25f569109f60c9 to your computer and use it in GitHub Desktop.
[flutter_infinite_list] jsonplaceholder sample
[
{
"userId": 1,
"id": 1,
"title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
},
{
"userId": 1,
"id": 2,
"title": "qui est esse",
"body": "est rerum tempore vitae\nsequi sint nihil reprehenderit dolor beatae ea dolores neque\nfugiat blanditiis voluptate porro vel nihil molestiae ut reiciendis\nqui aperiam non debitis possimus qui neque nisi nulla"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment