harpy feature rich twitter
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>
- create a yaml
- to generate json_serializable models:
flutter packages pub run build_runner build
Comments are closed.