An open-source news app built on the robust Miniflux platform. Keep up with the latest headlines from your favorite sources and subscriptions.
- 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.
- Clone the Flutter Project:
- Use
git clone https://github.com/anmol-me/news_app.git
to download the project from the GitHub repository.
- Use
- Install Dependencies:
- Navigate to the project directory and run
flutter pub get
to install the required dependencies.
- Navigate to the project directory and run
- Run the App:
- Connect a device or emulator and run the app using
flutter run
or through your IDE.
- Connect a device or emulator and run the app using
If you encounter any issues with the project or have suggestions for improvements, please don't hesitate to report them. To report an issue:
- Go to the Issues section of this repository.
- Click on the "New Issue" button.
- Clearly describe the problem you're experiencing or the feature you're requesting.
- Provide steps to reproduce the issue if possible.
- Add any relevant screenshots or code snippets that can help in understanding the issue.
- Click "Submit new issue".
Thank you for helping us improve OpenFeed!