A feature rich twitter experience for Android and iOS built in Flutter

Harpy

Harpy is a feature rich twitter experience for Android and iOS built in Flutter.

Currently still in development.

Showcase

(Subject to change)
Login Setup
login_screen.dart setup_screen.dart

Development / Setup

  • Twitter API Key

    • Create a yaml app_config.yaml file in the root folder with the key and secret.
      twitter:
        consumerKey: <key>
        consumerSecret: <secret>
      
  • To generate json_serializable models:
    flutter packages pub run build_runner build

GitHub

https://github.com/robertodoering/harpy