Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertodoering/harpy
a Twitter app built with Flutter 🦅
https://github.com/robertodoering/harpy
dart flutter mobile mobile-app twitter twitter-api twitter-client
Last synced: 22 days ago
JSON representation
a Twitter app built with Flutter 🦅
- Host: GitHub
- URL: https://github.com/robertodoering/harpy
- Owner: robertodoering
- License: gpl-3.0
- Created: 2018-10-28T14:02:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:32:46.000Z (3 months ago)
- Last Synced: 2024-10-01T13:43:21.640Z (about 1 month ago)
- Topics: dart, flutter, mobile, mobile-app, twitter, twitter-api, twitter-client
- Language: Dart
- Homepage:
- Size: 71.1 MB
- Stars: 2,070
- Watchers: 41
- Forks: 198
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Harpy - A Twitter app built with Flutter [Roberto Doering](https://github.com/robertodoering/harpy) (Uncategorized / Uncategorized)
- alternative-front-ends - Harpy - end for Twitter, built with Flutter/Dart (Overview / Twitter)
README
a feature rich Twitter experience built with Flutter
harpy is no longer in active development after Twitter's decision to disallow third party Twitter clients.
harpy was available in the Play Store as a free and paid app and was used by over 75.000 active users.
Check out a walkthrough of the app on youtube here
More images
| **Home** | **Media timeline** | **Theme selection** |
| :---: | :---: | :---: |
| | | |
| **Menu** | **Trends** | **Tweet search filter** |
| | | |## About
**harpy** is an alternative Twitter client that focuses on a nice user experience with unique features.
This project has been in development since late 2018 and aims to be a good example for a medium-large sized Flutter app with a focus on code quality and maintainability.
Some interesting features of the app include:
* [riverpod](https://pub.dev/packages/riverpod)
* for state management using the included [state_notifier](https://pub.dev/packages/state_notifier)
* for dependency injection / service locators with easily mockable dependencies
* [go_router](https://pub.dev/packages/go_router) for routing with support for Twitter url deeplinks
* [sentry](https://pub.dev/packages/sentry) as an online error tracking service to report unhandled exceptions
* Fully featured theme customization
* Fully featured video player using the
[video_player](https://pub.dev/packages/video_player) package
* My own [twitter_api](https://github.com/robertodoering/twitter_api) package to make use of the official Twitter api
* A 'pro' and 'free' android
[product flavor](https://developer.android.com/studio/build/build-variants)
* Many customized animations sprinkled around the app, including custom logo animations created with [Rive](https://flare.rive.app/a/rbyd/files/recent/all)### Development / Setup
Follow the [project setup for building harpy](https://github.com/robertodoering/harpy/wiki/Project-setup-for-building-harpy) instructions to get the project running.