Harpy

Harpy 是一款使用 Flutter 构建的功能丰富的 Android 和 iOS 版 Twitter 体验。

目前仍在开发中。

展示

(可能会有变动)
登录 设置
login_screen.dart setup_screen.dart
harpy_login harpy_setup

开发/设置

  • Twitter API密钥

    • 在根文件夹中创建一个yaml app_config.yaml文件,其中包含密钥和秘密。
      twitter:
        consumerKey: <key>
        consumerSecret: <secret>
      
  • 生成json_serializable模型
    flutter packages pub run build_runner build

GitHub

https://github.com/robertodoering/harpy