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
- Host: GitHub
- URL: https://github.com/vedant1100/flutter-news-api-application
- Owner: vedant1100
- Created: 2024-08-21T07:28:28.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T11:27:21.000Z (9 months ago)
- Last Synced: 2025-01-31T21:11:24.552Z (4 months ago)
- Topics: api-integration, flutter, rest-api
- Language: Dart
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-applicationThis 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)"