From 2f4ed83965ee1aedfdba1c0b83baf07d818f8c19 Mon Sep 17 00:00:00 2001 From: Madhur Maurya Date: Thu, 20 Aug 2020 11:30:53 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87adf4..334b754 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,19 @@ -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 From 03c05de59ddf90166edcb5c7295d328604914b79 Mon Sep 17 00:00:00 2001 From: Madhur Maurya Date: Thu, 20 Aug 2020 11:41:19 +0530 Subject: [PATCH 2/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8a81b68..b5ed0b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"