/news_app

An open source flutter app which displays current happenings.

Primary LanguageDart

LinkedIn Badge website Badge

OpenFeed

An open-source news app built on the robust Miniflux platform. Keep up with the latest headlines from your favorite sources and subscriptions.

Features

  • Interact with a REST API
  • Read/write local JSON data to enable a demo mode without using the API
  • Adapts itself to screen sizes (responsive)
  • Displays features based on platforms (mobile, web, desktop)
  • Display in-app webpage for the selected article
  • Features such as filtering, searching, bookmarking, mark as read on open.

Steps to build project

  1. Clone the Flutter Project:
    • Use git clone https://github.com/anmol-me/news_app.git to download the project from the GitHub repository.
  2. Install Dependencies:
    • Navigate to the project directory and run flutter pub get to install the required dependencies.
  3. Run the App:
    • Connect a device or emulator and run the app using flutter run or through your IDE.

App Preview

Desktop Preview
Desktop & Tablet Preview

Mobile Preview
Mobile Preview

Report issues

If you encounter any issues with the project or have suggestions for improvements, please don't hesitate to report them. To report an issue:

  1. Go to the Issues section of this repository.
  2. Click on the "New Issue" button.
  3. Clearly describe the problem you're experiencing or the feature you're requesting.
  4. Provide steps to reproduce the issue if possible.
  5. Add any relevant screenshots or code snippets that can help in understanding the issue.
  6. Click "Submit new issue".

Thank you for helping us improve OpenFeed!