Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadaamohhamed/news-app
A News App that provides you with breaking news updates from various sources around the world to help you catch up on the latest headlines.
https://github.com/nadaamohhamed/news-app
flutter flutter-apps
Last synced: 8 days ago
JSON representation
A News App that provides you with breaking news updates from various sources around the world to help you catch up on the latest headlines.
- Host: GitHub
- URL: https://github.com/nadaamohhamed/news-app
- Owner: nadaamohhamed
- Created: 2024-03-01T17:12:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T19:09:45.000Z (9 months ago)
- Last Synced: 2024-03-02T19:29:10.565Z (9 months ago)
- Topics: flutter, flutter-apps
- Language: C++
- Homepage:
- Size: 593 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News App
## Description
- A News App that provides you with breaking news updates from various sources around the world to help you catch up on the latest headlines.## Features
- **Breaking News Updates**: Stay updated with the latest breaking news from around the world.
- **Category Filtering**: Filter news articles by category to focus on topics that interest you the most.
- **Web Page Viewing**: Read articles in their original web pages for detailed information.## Frameworks
- [Flutter](https://flutter.dev): An open-source UI software development kit created by Google used to develop cross-platform applications.## APIs
- [News API](https://newsapi.org) is a simple, easy-to-use REST API that returns JSON search results for current and historic news articles published by over 80,000 worldwide sources.
- You can find more information on obtaining an API key and instructions for how to use the API in the [News API documentation](https://newsapi.org/docs/get-started).
## Setup Instructions
1. Clone this repository
2. Navigate to the project directory: `cd news_app`
3. Install dependencies: `flutter pub get`
4. Obtain an API key from [News API](https://newsapi.org) by signing up for an account.
5. Add your API key to the project in the services package, NewsService class.## App Preview
-