Member-only story

Flutter Fast, Flutter Far — Issue #1

Code on the Rocks
5 min readSep 12, 2021

--

The Legend of the Multi-Colored TabBar

This article was copied from the Flutter Fast, Flutter Far newsletter. Subscribe for better formatting and weekly knowledge!

A majority of popular mobile apps on the app store use a tried and true navigation scheme: the Bottom Navigation Bar. The idea is to have all 4 or 5 of the app’s main activities visible and within thumb’s reach. If you do a quick browse through the apps on your phone, you’ll find this pattern is far and away the most used.

Bottom Navigation Bar Apps:

  • Spotify
  • Instagram
  • Reddit
  • Twitter
  • YouTube
  • Slack
  • Snapchat
  • LinkedIn
  • AirBnB
  • Coinbase
  • PayPal
  • TikTok
  • Pandora
  • McDonald’s
  • WordPress
  • CashApp
  • Teams
  • Amazon Shopping
  • Zillow
  • Etsy

You should notice a significant absence in this list and that’s because Facebook uses a top tab bar. In fact, in my 30 minutes of swiping through apps, I can’t find another popular app that uses this navigation pattern (if you know of one, comment it here!).

--

--

No responses yet