Assignment for PACE https://long-baryonyx-556.notion.site/Flutter-Task-1c7efadf9fb64ef7aa10e02946cbd35b
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.
- Please follow the exact UI guidelines (Fonts and Margins) given below.
- The application must work offline when there is no Internet available. Use Persistence Library to save the response from the API
- Use any existing open-source library for Networking, Image Loading, or any other functionality.
- Extra points for animations and better user experience.
- 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.