So Twitter has now entered in the bandwagon of stories with their "Fleets" that's how they call it.
So i tried to do some coding to see if i would be able to fetch and download the fleets of a user. It was pretty good but i wanted to test Flutter to see how fast i would make an app with a couple screens and not much code at all.
The app basically has 3 screens(Home, About and Privacy Politics),
there's another screen that pops up to show all the fleets o fthe users.
What i use?
Flutter 1.22 latest.
Dependencies:
- firebase_admob
- firebase_core
- firebase_crashlytics
- dio
- getx
- logger
- http
- flutter_markdown
- url_launcher
You can download the app via Google Play Link
It will be available for iOS in the next couple days.
Top comments (3)
How are you accessing Fleets, are you intercepting the native Twitter app? There's no API for this.
Nice to see more flutter apps getting built now.
Is it download private account's fleets?