/harpy

A Twitter app built with Flutter

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

a feature rich Twitter experience built with Flutter

Get it on Google Play


Awesome Flutter

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