Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.31 KB

wikipedia_caching

Use the Wikipedia API to show a list of user search results. The link contains sample API requests and an API sandbox environment to test it out. (For example, click this to see what a sample request/response looks like.)

  • Parse JSON from the API response.
  • Each list item should contain an image and appropriate data from the API. Show whichever fields you think are necessary.
  • Clicking a list item launches the respective Wikipedia page.
  • The UI specification is left to you. Use appropriate UX and UI widgets to give the best experience as you see fit.
  • Cache responses to give a good offline experience.
  • Use proper state management solutions.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Endpoints used

https://en.wikipedia.org/w/api.php?action=query&format=json&prop=pageimages%7Cpageterms&titles=Mushtaq%20Khan&formatversion=2