DEV Community

Cover image for I built a Download Fleets of Twitter Flutter App
Julio Delgado Tapia
Julio Delgado Tapia

Posted on

I built a Download Fleets of Twitter Flutter App

Alt Text

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),

Alt Text

there's another screen that pops up to show all the fleets o fthe users.

Alt Text

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)

Collapse
 
andypiper profile image
Andy Piper

How are you accessing Fleets, are you intercepting the native Twitter app? There's no API for this.

Collapse
 
andrewbaisden profile image
Andrew Baisden

Nice to see more flutter apps getting built now.

Collapse
 
syedjafor profile image
Syed Jafor ⚡

Is it download private account's fleets?