An open API service indexing awesome lists of open source software.

https://github.com/vedant1100/flutter-news-api-application

Basic News App is developed with API taken from newsapi.com which renders real time data on application
https://github.com/vedant1100/flutter-news-api-application

api-integration flutter rest-api

Last synced: 4 months ago
JSON representation

Basic News App is developed with API taken from newsapi.com which renders real time data on application

Awesome Lists containing this project

README

        

## Getting Started

This project is a starting point for a Flutter application.

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

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
=======
# flutter-news-api-application

This is a basic flutter news api application where news is dynamically rendered using API from https://newsdata.io/.
Get your API Key by logging in to the application and paste it in the api key section in the url provided.
URL used by me : "https://newsapi.org/v2/top-headlines?sources=techcrunch&apiKey= (//insert your API Key)"