1M+ user Flutter apps

Flutter has a dedicated showcase page that lists well-known companies that use Flutter (Xiaomi, Universal Studios, Alibaba, BMW, Toyota, eBay, etc.). But there’s so many of them now that, paradoxically, it lowers the impact. You start reading the page with “Xiaomi uses Flutter to fuel innovation” which is fantastic to have, but also says nothing about how big the user base behind that innovation is. [1]

In other words, the official showcase is more geared toward people who are already half-sold on Flutter and need to learn more. These people do need the variety and depth that the showcase provides.

But when you just want to explain to someone why Flutter is important, in a sentence or two, you don’t say “Xiaomi uses Flutter to fuel innovation”. You also don’t want to lead with “Flutter is used extensively at Google for mission-critical apps” (although it’s true).

You want to say something like:

The last I counted, there were at least __ Flutter apps with at least a million users. Apps from Alibaba, BMW, eBay, Google, PUBG, and so on.

But I don’t think we have the data to say the above now. eBay shared its numbers recently[2] and Google has been vocal about at least one app[3] but many others are fluffy about their use of Flutter. (I do understand this. Companies don’t owe it to anyone to share their user counts with the world.)

So here’s a thread where I’d like to invite everyone to share links to articles or videos or other supporting material that talks about Flutter apps with 1 million users or above. Not Flutter apps that “serve a business with X million users” or whatever but Flutter apps that are actually installed on that many devices. (Or, if they’re web-based, have that kind of actual user base.) The less fluffy we’re about the list, the better. I want a list that’s impossible to dispute.[4]

The goal is to have as many well-sourced examples as possible, from a variety of countries and regions. This is because people from different regions react to different brands differently. I list Alibaba, BMW, eBay, Google and PUBG above not because they’re the most important brands worldwide, but because I know that people in Central Europe know them. I know that in other regions, Nubank,[5] for example, would be a great brand to mention — but they are virtually unknown here. So, the more examples, the merrier.

The list so far:

I’ll be updating it.


  1. When you click through, you find out it’s about the companion app for their electric vehicle, SU7. I’m not that familiar with the car industry so I have no idea how many people could have that app installed (not even in orders of magnitude) and how important that is for Xiaomi. ↩︎

  2. eBay Motors: Five Years with Flutter ↩︎

  3. Flutter Showcase |Google Pay talks about “over 100 million monthly active users”. ↩︎

  4. I realize that there will always be people who dispute anything. But if there’s an official statement by the company, most rational people will get it. (We’re not trying to convince the edgelords out there.) I’d also count other sources than official statements if they’re believable. For example, sometimes you can deduce a number from the fact that a) company X publicly states their Y business has N customers, b) it’s obvious that every customer automatically needs to be a user of app Z, c) some trustworthy worker at company X says that the Y app is built in Flutter. ↩︎

  5. Flutter Showcase | Nubank talks about “over 48 million people”. ↩︎

6 Likes

On itsallwidgets.com there’s a sort option in the top right corner. If you set it to “Installs” all of the apps on the first page and a half have over a million installs, the first few apps have more than 10 million. That said, most of the apps aren’t well known.

1 Like

This is great, thanks!

I’m trying to understand whereabouts the 1M cutoff is on that page but I don’t see the numbers. For example, when I click on Hamilton Musical, it doesn’t say the number anywhere. I can click the App Store link but App Store doesn’t say the number. EDIT: Oh, I see, an installs number is in the linked blog post. Are the install numbers manually added, then?

When I went further, I found this app that has no links and a lorem ipsum description, but is nevertheless listed just after the Hamilton app.

Before I add, for example, Slice (the top app on itsallwidgets sorted by installs), I’d like to see a link to a blogpost or something more official that clearly states what the install base is.

Another approach that just occurred to me is to use one of these services that try to estimate user counts and revenue of apps, such as App Annie (now data.ai) or Appranking. But these are either paid (and expensive) or they miss the installs/downloads information.

The site attempts to parse the install count and rating using the app’s Google play store URL. It should be right for most apps but there can be problems if the URL is changed after the app is initially approved.

Ah, that’s good to know.

So, for example, this app (currently #5) had a Google Play link at some point (and Google Play reported a 10M+ number) but now it doesn’t? Or do people have the ability to hide the Google Play link on their itsallwidgets pages?

Yes, that’s most likely the case. I’ll add to my list to clear install/rating counts if the URL is removed.

What app is this?

AppBrain includes some stats on the SDKs used in the apps

According to them there are several apps with 100M+ installs that include Flutter

And Flutter is present in almost 5% of the Android apps.

For $250 one can buy a CSV file that includes 500 top apps with Flutter included.


Edit: I decompiled one of them (Music Player) with apktool and it does seem to include Flutter lib but no flutter assets

4 Likes