All Projects → robertodoering → Harpy

robertodoering / Harpy

Licence: bsd-3-clause
A Twitter app built with Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Harpy

Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (+243.13%)
Mutual labels:  twitter-api, twitter-client, twitter
Awesome Twitter Tools
A curated list of awesome twitter tools
Stars: ✭ 113 (-46.45%)
Mutual labels:  twitter-api, twitter-client, twitter
Twitter.jl
Julia package to access Twitter API
Stars: ✭ 58 (-72.51%)
Mutual labels:  twitter-api, twitter-client, twitter
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (+46.45%)
Mutual labels:  twitter-api, twitter-client, twitter
Twitter Api Php
The simplest PHP Wrapper for Twitter API v1.1 calls
Stars: ✭ 1,808 (+756.87%)
Mutual labels:  twitter-api, twitter-client, twitter
Twittnuker
Android 4.0+ Twitter Client
Stars: ✭ 117 (-44.55%)
Mutual labels:  twitter-client, twitter
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (-44.08%)
Mutual labels:  mobile-app, mobile
Android
📱 Nextcloud Android app
Stars: ✭ 2,669 (+1164.93%)
Mutual labels:  mobile-app, mobile
Tweetledee
A PHP library that provides an incredibly easy way to access Twitter data as JSON or RSS feed by URL or standard CLI syntax.
Stars: ✭ 208 (-1.42%)
Mutual labels:  twitter-api, twitter
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+560.66%)
Mutual labels:  mobile-app, mobile
Components
MobileUI was created thinking of making your hybrid application faster and smaller since you only install what you are really going to use for UI.
Stars: ✭ 125 (-40.76%)
Mutual labels:  mobile-app, mobile
Csscreatures
Make a creature by tweeting to @csscreatures
Stars: ✭ 144 (-31.75%)
Mutual labels:  twitter-api, twitter
Twitter Python Ads Sdk
A Twitter supported and maintained Ads API SDK for Python.
Stars: ✭ 114 (-45.97%)
Mutual labels:  twitter-api, twitter
Twurl
OAuth-enabled curl for the Twitter API
Stars: ✭ 1,648 (+681.04%)
Mutual labels:  twitter-api, twitter
Twitterbot
Several PHP scripts for making Twitter bots that retweet certain terms, or post from a data source (rss, database, markov body, picture folder).
Stars: ✭ 106 (-49.76%)
Mutual labels:  twitter-api, twitter
Twitwork
Monitor twitter stream
Stars: ✭ 133 (-36.97%)
Mutual labels:  twitter-api, twitter
Twitter Bot
Node js twitter bot to send auto welcome message for your new followers
Stars: ✭ 184 (-12.8%)
Mutual labels:  twitter-api, twitter
Flutter parallax scroll
Flutter UI challenge- Parallax scroll effect
Stars: ✭ 172 (-18.48%)
Mutual labels:  mobile-app, mobile
Twterm
A full-featured TUI Twitter client
Stars: ✭ 186 (-11.85%)
Mutual labels:  twitter-client, twitter
Brightid
Reference mobile app for BrightID
Stars: ✭ 101 (-52.13%)
Mutual labels:  mobile-app, mobile

a feature rich Twitter experience built with Flutter

Get it on Google Play


Harpy is currently still in development. See the project for more information about the progress.


More images
Home User profile Theme selection
Home screen User profile Theme selection

About

This project aims to provide a good example for a medium-big sized Flutter app in hopes that it will be useful for some.

Some interesting features of the app include:

  • flutter_bloc for the main state management.
  • get_it as a service provider that includes the ability to navigate and to show on screen messages from anywhere in the app.
  • firebase_analytics for analytics.
  • sentry as an online error tracking service where users can send a crash report when an exception has not been handled in the app.
  • Fully featured theme customization.
  • Fully featured video player using the video_player package.
  • A 'pro' and 'free' android product flavor.

Development / Setup

Harpy is being released in the Play Store for Android, therefore only Android devices are used for testing the builds.

Twitter API key

Get your Twitter API key here.

Building

The app can be built with the "free" or "pro" flavor by running:

  • flutter run --flavor free --dart-define=flavor=free --dart-define=twitter_consumer_key=your_consumer_key --dart-define=twitter_consumer_secret=your_consumer_secret
  • flutter run --flavor pro --dart-define=flavor=pro --dart-define=twitter_consumer_key=your_consumer_key --dart-define=twitter_consumer_secret=your_consumer_secret

Misc

To generate json_serializable models:

  • flutter packages pub run build_runner build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].