Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/emem365/news_app
Browse files Browse the repository at this point in the history
  • Loading branch information
emem365 committed Aug 20, 2020
2 parents 0035c6c + 03c05de commit 9a62647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

<img src="previews/home.jpg" width="250"/> <img src="previews/webview.jpg" width="250"/>

A demo news application which will get top headlines from all your favourite sources! API in use can be found at [News API](https://newsapi.org/)
Zero bloatware and ads. Just News.

A news application which will get top headlines from all your favourite sources! API in use can be found at [News API](https://newsapi.org/)


## Getting Started

This is simple flutter project. If you want to mess around with the code, clone the repo: https://github.com/emem365/news_app.git
This is flutter project. If you want to mess around with the code, clone the repo: https://github.com/emem365/news_app.git

### Prerequisites

All you need to get this project running is to set up flutter in your system. To get started with flutter visit [here](https://flutter.dev/docs/get-started/install)
Also. Get an api key from [NewsAPI](https://newsapi.org/) if you want to try it out yourself

### Installing

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: news_app
description: News from NewsAPI
publish_to: 'none'
version: 1.0.0+1
version: 1.1.0+1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 9a62647

Please sign in to comment.