/News-App

A flutter news application that uses https://newsapi.org developer api to fetch all, trending news from various news sources

Primary LanguageDart

News App

News App | A flutter news app using an open api.

Summary

A simple news app that gets news sources and displays, search news from different sources using an open api

API : https://newsapi.org/

Reason for choosing the mentioned API :

News API provides up to 100 free requests per day.

News API is a simple HTTP REST API for searching and retrieving live articles from all over the web. It can help you answer questions like:

What top stories is TechCrunch running right now? What new articles were published about the next iPhone today? Has my company or product been mentioned or reviewed by any blogs recently?

More info on how to make an API call here.

This app is used to display news articles, top headlines, and news details

This User Interface is inspired by https://www.behance.net/gallery/185709789/Mobile-News-App-Design?tracking_source=search_projects&l=13

Pre-requisite

In Constants.dart file, add your API key generated from https://newsapi.org/

APIKEY = YOUR KEY

Getting Started

This app is built with Flutter, a cross-platform mobile development framework. To get started, follow the Flutter installation guide.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.