/OnlyNews

Only News is a Flutter-based mobile application designed to provide users with the latest news from various sources. This app was developed during a hackathon and utilizes Flutter and Dart programming languages. It fetches news data from an API to deliver up-to-date information to users.

Primary LanguageDart

Only News App

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

Description

The "Only News" app is a Flutter and Dart-based mobile application designed to provide users with the latest news articles from various sources. It offers a user-friendly interface and allows users to browse, search, and read news articles on various topics.

Features

  • Browse the latest news articles.
  • Search for news articles by keywords or topics.
  • Read full articles within the app.
  • Save favorite articles for offline reading.
  • Share articles with friends and on social media.

Technologies Used

  • Flutter
  • Dart

Installation

To run this app on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/only-news-app.git
  2. Change into the project directory:

    cd only-news-app
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run