a feature rich Twitter experience built with Flutter
## Download
Check out a walkthrough of the app on youtube here
FocusTwitter X is an alternative Twitter client that focuses on a nice user experience with unique features.
Some interesting features of the app include:
- riverpod
- for state management using the included state_notifier
- for dependency injection / service locators with easily mockable dependencies
- go_router for routing with support for Twitter url deeplinks
- sentry as an online error tracking service to report unhandled exceptions
- Fully featured theme customization
- Fully featured video player using the video_player package
- My own twitter_api package to make use of the official Twitter api
- A 'pro' and 'free' android product flavor
- Many customized animations sprinkled around the app, including custom logo animations created with Rive
Follow the project setup for building instructions to get the project running.