Skip to content

AnishHazra/News-App

Repository files navigation

NewsBlast

A Flutter-based mobile application for reading and staying updated with the latest news.

Features

  • Browse news articles from various sources.
  • Filter news by categories such as business, technology, sports, etc.
  • Save time allot.

API Key

This app uses a news API to fetch articles. Obtain an API key from News API

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Getting Started

Prerequisites

  • Flutter SDK installed (v2.8.0 or higher)
  • Dart SDK installed (v2.15.0 or higher)
  • Emulator or physical device for testing

Installation

  1. Clone the repository:

    git clone https://github.com/AnishHazra/News-App.git
  2. Navigate to the project directory:

    cd flutter-News-App
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This app uses the News API for fetching news articles.
  • Icons used in this app are provided by GoogleFonts.
  • Special thanks to the Flutter community for their support and resources.