FLUTTER ECOSYSTEM

robertodoering/harpy

Flutter के साथ बनाई गई एक Twitter ऐप 🦅

Harpy प्रोजेक्ट कवर
Stars
2.1 हज़ार
Forks
200
अंतिम पुश (UTC)
1 अग॰ 2024
प्रोजेक्ट स्थिति
सक्रिय
Roberto Doering GitHub avatar
GITHUB User

Roberto Doering ↗

भाषाएँDartRubyJavaSwiftObjective-C

तकनीकी विषय

संबंधित पैकेज और उदाहरण

material_color_utilities कवरv0.13.0

material_color_utilities

मैटेरियल डिज़ाइन 3 रंग प्रणाली को संचालित करने वाले एल्गोरिदम और उपयोगिताएं, जिसमें छवियों से थीम रंग चुनना और रंगों के टोन बनाना शामिल है; सभी एक नए रंग अंतरिक्ष में।

275लाइक 53 लाख30-दिन डाउनलोड160Pub अंक
AndroidiOSWebmacOSWindowsLinux
photo_view कवरv0.15.0

photo_view

फोटो व्यू एक गतिशील संवेदनशील ज़ूम करने योग्य विजेट प्रदान करता है। फोटो व्यू का उपयोग मुख्य रूप से इंटरैक्टिव छवियों और अन्य चीजों, जैसे SVG को दिखाने के लिए किया जाता है।

3.2 हज़ारलाइक 8.5 लाख30-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux

उपयोग की गई निर्भरताएँ

निर्भरता सूची 68 आइटम

ऐप श्रेणियाँ

रैंकिंग

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/title.png

a feature rich Twitter experience built with Flutter


https://img.shields.io/github/stars/robertodoering/harpy?color=8B00FD&logo=github https://img.shields.io/github/v/release/robertodoering/harpy?color=BC0492 https://img.shields.io/github/commits-since/robertodoering/harpy/latest?color=F2091C https://img.shields.io/github/commit-activity/m/robertodoering/harpy?color=FD0A04

https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true https://github.com/robertodoering/harpy/actions/workflows/flutter_push.yml/badge.svg


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


https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/login_screen.gif https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/setup_screen.gif

More images
Home Media timeline Theme selection
https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/timeline.jpg https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/media_timeline.jpg https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/theme_selection.jpg
Menu Trends Tweet search filter
https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/drawer.jpg https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/trends.jpg https://raw.githubusercontent.com/robertodoering/harpy/HEAD/media/tweet_search_filter.jpg

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
    • for state management using the included state_notifier
    • for dependency injection / service locators with easily mockable dependencies
  • go_router for routing with support for Twitter url deeplinks
  • sentry as an online error tracking service to report unhandled exceptions
  • Fully featured theme customization
  • Fully featured video player using the video_player package
  • My own twitter_api package to make use of the official Twitter api
  • A 'pro' and 'free' android product flavor
  • Many customized animations sprinkled around the app, including custom logo animations created with Rive
Development / Setup

Follow the project setup for building harpy instructions to get the project running.