Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.79 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.79 KB

NewsApp

Assignment for PACE https://long-baryonyx-556.notion.site/Flutter-Task-1c7efadf9fb64ef7aa10e02946cbd35b

Flutter Task

Develop an android application using https://newsapi.org APIs to show news headlines and details.

Screens :

Screen 1: Headlines Screen - This screen shows a list of headlines.

Screen 2: News Details Screen - This screen shows details about the selected news article from News List Screen.

Notes :

  1. Please follow the exact UI guidelines (Fonts and Margins) given below.
  2. The application must work offline when there is no Internet available. Use Persistence Library to save the response from the API
  3. Use any existing open-source library for Networking, Image Loading, or any other functionality.
  4. Extra points for animations and better user experience.

Submission :

  • Create a local git repository and share the code with the .git folder.
  • Do not upload the project to any online version control. This will disqualify the assignment immediately.
  • Please commit the code on a regular basis to the repository. Valid git history is a must for evaluation. If the git history is missing assignment will be rejected without evaluation.

UI specification: