Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yang991178/fluent-reader-lite
Simplistic mobile RSS client built with Flutter
https://github.com/yang991178/fluent-reader-lite
android flutter ios rss rss-reader
Last synced: 22 days ago
JSON representation
Simplistic mobile RSS client built with Flutter
- Host: GitHub
- URL: https://github.com/yang991178/fluent-reader-lite
- Owner: yang991178
- License: bsd-3-clause
- Created: 2021-01-17T07:04:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T17:44:05.000Z (7 months ago)
- Last Synced: 2024-10-01T19:13:27.452Z (about 1 month ago)
- Topics: android, flutter, ios, rss, rss-reader
- Language: Dart
- Homepage: https://hyliu.me/fluent-reader-lite/
- Size: 1.83 MB
- Stars: 1,357
- Watchers: 22
- Forks: 89
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-foss-android-apps - Fluent Reader Lite
README
Fluent Reader Lite
A simplistic mobile RSS client
## Download
### iOS
- [Download from App Store](https://apps.apple.com/app/id1549611796) ($1.99. This will support development and help cover the $99 annual fee.)
- [Download from TestFlight](https://testflight.apple.com/join/9fwRtH8C) (Free. Inactive testers may be removed due to TestFlight restrictions.)### Android
- [Download from Google Play](https://play.google.com/store/apps/details?id=me.hyliu.fluent_reader_lite) ($1.99)
- [Download APK from GitHub Releases](https://github.com/yang991178/fluent-reader-lite/releases) (Free)### Desktop App
The repo of the full-featured desktop app [can be found here](https://github.com/yang991178/fluent-reader).
## Features
Fluent Reader Lite is a simplistic, cross-platform, and open-source RSS client.
The following self-hosted and commercial RSS services are supported.
- Fever API (TT-RSS Fever plugin, Miniflux, etc.)
- Google Reader API (Bazqux Reader, FreshRSS, The Old Reader, etc.)
- Inoreader
- Feedbin (official or self-hosted)Other key features include:
- Dark mode for UI and reading.
- Configure sources to load full content or webpage by default.
- A dedicated subscriptions tab organized by latest updates with article titles.
- Search for local articles or filter by read status.
- Organize subscriptions with groups.
- Support for two-pane view and multitasking on iPad and Android tablets.The following features from the desktop app are **NOT** present:
- Local RSS support and source / group management.
- Importing or exporting OPML files, full application data backup & restoration.
- Regular expression rules that mark articles as they arrive.
- Fetch articles in the background and send push notifications.
- Keyboard shortcuts.## Development
### Contribute
Help make Fluent Reader better by reporting bugs or opening feature requests through [GitHub issues](https://github.com/yang991178/fluent-reader-lite/issues).
You can also help internationalize the app by providing [translations into additional languages](https://github.com/yang991178/fluent-reader-lite/tree/master/lib/l10n).
You can read more about ARB files [here](https://localizely.com/flutter-arb) or [here](https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification).If you enjoy using this app, consider supporting its development by donating through [Paypal](https://www.paypal.me/yang991178) or [Alipay](https://hyliu.me/fluent-reader/imgs/alipay.jpg).
### Build from source
See [Flutter documentation](https://flutter.dev/docs).
### Developed with
- [Flutter](https://github.com/flutter/flutter)
- [Mercury Parser](https://github.com/postlight/mercury-parser)### License
BSD