Headlines is a minimalistic news application that shows the breaking news and the latest top-headlines. Headlines uses News API to fetch the news. The title and an image stating about the news is displayed in the tile along with the author and the published date. On clicking the tile, the news will be opened in the browser to read in detail about it.
- Clone or download the repo
- Create an API key in News API (free for developers)
- In
lib/main.dart
, place the API key for the headerX-Api-Key
in the methodfetchHeadlines
- Run the application