Wednesday, 17 July 2019

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



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>
      
      YAML
  • To generate json_serializable models:
    flutter packages pub run build_runner build

GitHub

A Twitter app built in Flutter — Read More
Latest commit to the master branch on 7-17-2019
Download as zip