This is a Flutter news app that fetches top headlines and detailed news from the NewsAPI.org API.
- Clone this repository.
- Run
flutter pub get
to install the dependencies. - Create an account on NewsAPI.org and get your API key.
- Add your API key to the
api_key
variable in thelib/services/news_api_service.dart
file. - Run
flutter run
to start the app.
- View top headlines from various news categories.
- Read detailed news articles.
- Share news articles with friends and family.
- Flutter SDK
- Dart SDK
- NewsAPI.org account and API key
This project is licensed under the MIT License.